[sudo-commits] sudo changeset 12730:538633994d8a

Todd C. Miller Todd.Miller at sudo.ws
Tue Nov 10 19:38:54 MST 2020


changeset:	12730:538633994d8a in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/538633994d8a
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Nov 10 19:36:55 2020 -0700

Log Message:
	On SIGHUP, deregister the old debug instance before registering a new one.
	Otherwise, if debugging is enabled we will get an extra log instance
	each time sudo_logsrvd reeives SIGHUP which results in duplicate
	lines in the debug log.

diffstat:

 lib/util/sudo_conf.c  |  102 ++++++++++++++++++++++++++++++++++++++++---------
 lib/util/sudo_debug.c |    1 +
 logsrvd/logsrvd.c     |   11 +++-
 3 files changed, 91 insertions(+), 23 deletions(-)



More information about the sudo-commits mailing list