[sudo-commits] sudo changeset 10688:d1df1649a01e

Todd C. Miller Todd.Miller at courtesan.com
Thu Oct 27 06:32:46 MDT 2016


changeset:	10688:d1df1649a01e in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/d1df1649a01e
user:		Todd C. Miller <Todd.Miller at courtesan.com>
date:		Wed Oct 26 10:46:03 2016 -0600

Log Message:
	When checking syslog facility or priority, move the string
	compare into the body of the loop and return if it matches.
	If we finish the loop it means we didn't find a match.
	This makes the code a little bit more readable.

diffstat:

 plugins/sudoers/defaults.c |  28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)


More information about the sudo-commits mailing list