diff options
Diffstat (limited to 'src/hs_helper.c')
-rw-r--r-- | src/hs_helper.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hs_helper.c b/src/hs_helper.c index 2d3919362..90abdf0be 100644 --- a/src/hs_helper.c +++ b/src/hs_helper.c @@ -278,7 +278,8 @@ start_hs_helper (struct rspamd_worker *worker) ctx->ev_base = rspamd_prepare_worker (worker, "hs_helper", - NULL); + NULL, + FALSE); if (!rspamd_rs_compile (ctx, worker, FALSE)) { /* Tell main not to respawn more workers */ |