aboutsummaryrefslogtreecommitdiffstats
path: root/src/hs_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hs_helper.c')
-rw-r--r--src/hs_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hs_helper.c b/src/hs_helper.c
index 390c5e25f..94a46af8c 100644
--- a/src/hs_helper.c
+++ b/src/hs_helper.c
@@ -310,7 +310,7 @@ start_hs_helper (struct rspamd_worker *worker)
event_base_loop (ctx->ev_base, 0);
rspamd_worker_block_signals ();
- rspamd_log_close (worker->srv->logger);
+ rspamd_log_close (worker->srv->logger, TRUE);
REF_RELEASE (ctx->cfg);
exit (EXIT_SUCCESS);