aboutsummaryrefslogtreecommitdiffstats
path: root/src/log_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/log_helper.c')
-rw-r--r--src/log_helper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/log_helper.c b/src/log_helper.c
index 995420a41..96075ea47 100644
--- a/src/log_helper.c
+++ b/src/log_helper.c
@@ -177,7 +177,8 @@ start_log_helper (struct rspamd_worker *worker)
ctx->ev_base = rspamd_prepare_worker (worker,
"log_helper",
- NULL);
+ NULL,
+ TRUE);
ctx->cfg = worker->srv->cfg;
ctx->scripts = worker->cf->scripts;
ctx->L = ctx->cfg->lua_state;