aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/fuzzy_storage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fuzzy_storage.c b/src/fuzzy_storage.c
index 8c924b104..0dfb74f25 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 */
};