From: Vsevolod Stakhov Date: Fri, 6 Nov 2015 17:08:01 +0000 (+0000) Subject: Fuzzy storage is not threaded X-Git-Tag: 1.1.0~616 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f1a0db220442cce61381875e5f5cf8b8c373d9e;p=thirdparty%2Frspamd.git Fuzzy storage is not threaded --- diff --git a/src/fuzzy_storage.c b/src/fuzzy_storage.c index 8c924b1040..0dfb74f257 100644 --- a/src/fuzzy_storage.c +++ b/src/fuzzy_storage.c @@ -58,8 +58,8 @@ worker_t fuzzy_worker = { init_fuzzy, /* Init function */ start_fuzzy, /* Start function */ TRUE, /* No socket */ - FALSE, /* Unique */ - TRUE, /* Threaded */ + FALSE, /* Unique */ + FALSE, /* Threaded */ FALSE, /* Non killable */ SOCK_DGRAM /* UDP socket */ };