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/fuzzy_storage.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/fuzzy_storage.c')
-rw-r--r-- | src/fuzzy_storage.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fuzzy_storage.c b/src/fuzzy_storage.c index 41f734593..47b76fb9b 100644 --- a/src/fuzzy_storage.c +++ b/src/fuzzy_storage.c @@ -2713,8 +2713,7 @@ start_fuzzy (struct rspamd_worker *worker) ctx->ev_base = rspamd_prepare_worker (worker, "fuzzy", - NULL, - FALSE); + NULL); ctx->peer_fd = -1; ctx->worker = worker; ctx->cfg = worker->srv->cfg; |