Browse Source

Do not create TCP socket for fuzzy storage.

tags/0.5.6
Vsevolod Stakhov 11 years ago
parent
commit
73191561c5
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/fuzzy_storage.c

+ 2
- 2
src/fuzzy_storage.c View File

@@ -71,8 +71,8 @@ worker_t fuzzy_worker = {
"fuzzy", /* Name */
init_fuzzy, /* Init function */
start_fuzzy, /* Start function */
TRUE, /* Has socket */
TRUE, /* Non unique */
FALSE, /* No socket */
TRUE, /* Unique */
FALSE, /* Non threaded */
FALSE /* Non killable */
};

Loading…
Cancel
Save