]> granicus.if.org Git - sudo/commit
Get rid of struct sudo_conf_paths and just use #defined index values
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 15 Nov 2016 22:41:41 +0000 (15:41 -0700)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 15 Nov 2016 22:41:41 +0000 (15:41 -0700)
commit8cb9f298bdfbdfece1be4ac7003453f92187b0c7
treecc3fbf3333010dbae05ad488f73227eecb4f7a73
parentbdbb3e985596ad4af3e53a9fab650d4ac0ef1770
Get rid of struct sudo_conf_paths and just use #defined index values
to access the path values.
Make all accessors available even when the feature is not enabled.
lib/util/sudo_conf.c