]> granicus.if.org Git - sudo/commit
Restore line to set MODE_PRESERVE_ENV in flags when the -E command
authorTodd C. Miller <Todd.Miller@sudo.ws>
Wed, 28 Feb 2018 14:05:36 +0000 (07:05 -0700)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Wed, 28 Feb 2018 14:05:36 +0000 (07:05 -0700)
commit4b29e0bd707b1da7570804beb2d5dc6abe0f51e5
tree95b30bb915891a04b5257b0c625cbc6a9fa118ac
parent12affcd5ef0dcea29d09169402ee0cb07c9a86a2
Restore line to set MODE_PRESERVE_ENV in flags when the -E command
line option is used.  The caller doesn't check MODE_PRESERVE_ENV
these days but parse_args uses it to detect usage errors when -E
is used along with a mutually excusive option.  Problem found by
Yuriy Vostrikov.
src/parse_args.c