From af2eb1bd57399cd0bc3751b7f4fa126b53eed932 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 21 Oct 2017 19:30:09 +0100 Subject: [PATCH] [Fix] Load skip map from all processes as shared cache is unavailable MFH: rspamd-1.6 --- src/fuzzy_storage.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; } } -- 2.39.5