]> granicus.if.org Git - sudo/commit
Avoid unused variable when getgrouplist_2() is available.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 19 Apr 2017 15:39:55 +0000 (09:39 -0600)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 19 Apr 2017 15:39:55 +0000 (09:39 -0600)
commita245fedc221ab689aae1595af6549f8f10e85f97
tree0058cf40662b0a62611ebde47268f2fb782155e4
parent871b912f46e06b3c233e58f3a8138263ffe2cd2a
Avoid unused variable when getgrouplist_2() is available.
It would be nicer to just provide getgrouplist_2() (or the equivalent)
and avoid the ugly #ifdefs.
src/sudo.c