aboutsummaryrefslogtreecommitdiffstats
path: root/src/hs_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hs_helper.c')
-rw-r--r--src/hs_helper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/hs_helper.c b/src/hs_helper.c
index 6e496f28c..a34d1d885 100644
--- a/src/hs_helper.c
+++ b/src/hs_helper.c
@@ -36,7 +36,8 @@ worker_t hs_helper_worker = {
TRUE, /* Unique */
FALSE, /* Non threaded */
TRUE, /* Killable */
- SOCK_STREAM /* TCP socket */
+ SOCK_STREAM, /* TCP socket */
+ RSPAMD_WORKER_VER /* Version info */
};
static const gdouble default_max_time = 1.0;