From 8fd0795feffdde4dd3a9f2fbe8c6ba517be370bf Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 14 May 2016 12:39:56 +0100 Subject: [Feature] Rework listening system to allow multiple socket types per worker --- src/log_helper.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/log_helper.c') diff --git a/src/log_helper.c b/src/log_helper.c index d01e102c6..c4cbeb73c 100644 --- a/src/log_helper.c +++ b/src/log_helper.c @@ -37,8 +37,8 @@ worker_t log_helper_worker = { init_log_helper, /* Init function */ start_log_helper, /* Start function */ RSPAMD_WORKER_UNIQUE | RSPAMD_WORKER_KILLABLE, - SOCK_STREAM, /* TCP socket */ - RSPAMD_WORKER_VER /* Version info */ + RSPAMD_WORKER_SOCKET_NONE, /* No socket */ + RSPAMD_WORKER_VER /* Version info */ }; static const guint64 rspamd_log_helper_magic = 0x1090bb46aaa74c9aULL; -- cgit v1.2.3