diff options
Diffstat (limited to 'src/http_proxy.c')
-rw-r--r-- | src/http_proxy.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/http_proxy.c b/src/http_proxy.c index 1af159f48..02f676945 100644 --- a/src/http_proxy.c +++ b/src/http_proxy.c @@ -42,7 +42,8 @@ worker_t http_proxy_worker = { FALSE, /* Non unique */ FALSE, /* Non threaded */ TRUE, /* Killable */ - SOCK_STREAM /* TCP socket */ + SOCK_STREAM, /* TCP socket */ + RSPAMD_WORKER_VER }; struct rspamd_http_upstream { |