From e270d57ca1634190a4d300c9f2e9c123833115d3 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 5 Jul 2005 10:52:43 +0000 Subject: forgot to remove a debugging aid - now done --- syslogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syslogd.c b/syslogd.c index 59880a4f..82762681 100644 --- a/syslogd.c +++ b/syslogd.c @@ -2173,7 +2173,7 @@ int main(argc, argv) if ( Debug ) { dprintf("Debugging disabled, SIGUSR1 to turn on debugging.\n"); - // TODO: ADD LATER: debugging_on = 0; + debugging_on = 0; } /* * Send a signal to the parent to it can terminate. -- cgit