]> granicus.if.org Git - sudo/commit
Add a SET_FLAG macro to simplify parsing command details boolean
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 19 Jan 2016 17:32:33 +0000 (10:32 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 19 Jan 2016 17:32:33 +0000 (10:32 -0700)
commite719d954e701561fde629e3ad0af64b74f4aef4f
tree1f8e7ed522f07a13526c216bb9b916277cc690b6
parent4b96e94f37f89f741cbeaeb84a7d3d02b88a130e
Add a SET_FLAG macro to simplify parsing command details boolean
flags.  Previously, flags were only set and never cleared even if
the boolean value was false.  This was not a problem as there were
no default flags for the plugin to enable.  That will change in the
future.
src/sudo.c