diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-05-14 12:39:56 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2016-05-14 12:39:56 +0100 |
commit | 8fd0795feffdde4dd3a9f2fbe8c6ba517be370bf (patch) | |
tree | f03452c979e1f630137d83340fbfb1a6d185c5fb /src/hs_helper.c | |
parent | 1453b09a9885edc0a8aa99d728c01bc96db5bb86 (diff) | |
download | rspamd-8fd0795feffdde4dd3a9f2fbe8c6ba517be370bf.tar.gz rspamd-8fd0795feffdde4dd3a9f2fbe8c6ba517be370bf.zip |
[Feature] Rework listening system to allow multiple socket types per worker
Diffstat (limited to 'src/hs_helper.c')
-rw-r--r-- | src/hs_helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hs_helper.c b/src/hs_helper.c index 1292d6460..127cf2785 100644 --- a/src/hs_helper.c +++ b/src/hs_helper.c @@ -33,7 +33,7 @@ worker_t hs_helper_worker = { init_hs_helper, /* Init function */ start_hs_helper, /* Start function */ RSPAMD_WORKER_UNIQUE|RSPAMD_WORKER_KILLABLE|RSPAMD_WORKER_ALWAYS_START, - SOCK_STREAM, /* TCP socket */ + RSPAMD_WORKER_SOCKET_NONE, /* No socket */ RSPAMD_WORKER_VER /* Version info */ }; |