diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-07-24 08:13:45 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2017-07-24 08:13:45 +0100 |
commit | 6b71fcb72fce2945cca43cc2acc141b507655273 (patch) | |
tree | 66b21dc2ce49ad60eea6eb01ab18a2fbbb0a84bf /src/hs_helper.c | |
parent | 55159a5a8ef66e1a05fd93095623d90056c22fcd (diff) | |
download | rspamd-6b71fcb72fce2945cca43cc2acc141b507655273.tar.gz rspamd-6b71fcb72fce2945cca43cc2acc141b507655273.zip |
[Rework] Run post-loads when all initialization is completed
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 */ |