]> source.dussan.org Git - rspamd.git/commitdiff
[Fix] Load skip map from all processes as shared cache is unavailable 1877/head
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 21 Oct 2017 18:30:09 +0000 (19:30 +0100)
committerAndrew Lewis <nerf@judo.za.org>
Sat, 21 Oct 2017 19:03:22 +0000 (21:03 +0200)
MFH: rspamd-1.6

src/fuzzy_storage.c

index 2b28b58b4a7e8fb205aab5345a361f50b90beade..6eed1d465c75a8efc2d6048a38e0d6732697c9f5 100644 (file)
@@ -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;
                }
        }