]> granicus.if.org Git - sudo/commit
Remove the "op" parameter from all the store_foo() functions except
authorTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 12 Aug 2016 22:41:51 +0000 (16:41 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Fri, 12 Aug 2016 22:41:51 +0000 (16:41 -0600)
commitc3b8e97a6e6536854acf1e7231910606680458d3
treeba7d6775bb5ac04bc8a1d520fb3f4b296dfd9a52
parent8c2b6fb34e1aecdb56d5fc97f2300a197c5e5ecb
Remove the "op" parameter from all the store_foo() functions except
store_list() where it is actually needed.  For the others, a NULL
value indicates the setting was negated.  This unconfuses static
analyzers (and perhaps humans too).
plugins/sudoers/defaults.c