From: Vsevolod Stakhov Date: Sat, 21 Oct 2017 18:30:09 +0000 (+0100) Subject: [Fix] Load skip map from all processes as shared cache is unavailable X-Git-Tag: 1.6.5~1^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=af2eb1bd57399cd0bc3751b7f4fa126b53eed932;p=rspamd.git [Fix] Load skip map from all processes as shared cache is unavailable MFH: rspamd-1.6 --- diff --git a/src/fuzzy_storage.c b/src/fuzzy_storage.c index 2b28b58b4..6eed1d465 100644 --- a/src/fuzzy_storage.c +++ b/src/fuzzy_storage.c @@ -2863,9 +2863,7 @@ start_fuzzy (struct rspamd_worker *worker) ucl_object_tostring (ctx->skip_map)); } else { - if (worker->index == 0) { - m->active_http = TRUE; - } + m->active_http = TRUE; } }