summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c2
1 files changed, 1 insertions, 1 deletions
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.