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: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1877%2Fhead;p=thirdparty%2Frspamd.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 2b28b58b4a..6eed1d465c 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; } }