summaryrefslogtreecommitdiffstats
path: root/src/run.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/run.c')
-rw-r--r--src/run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.c b/src/run.c
index ebf4b3c..609b454 100644
--- a/src/run.c
+++ b/src/run.c
@@ -41,7 +41,7 @@ void killer(int foo)
destroy_alarm_scheduler();
unlink(CONFIG(lockfile));
dlog(STATE(log), LOG_NOTICE, "---- shutdown received ----");
- close_log(STATE(log));
+ close_log();
sigprocmask(SIG_UNBLOCK, &STATE(block), NULL);