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