aboutsummaryrefslogtreecommitdiffstats
path: root/src/log_helper.c
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-10-17 17:01:59 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-10-17 17:02:45 +0100
commitbe3414a88cc7dbd8b34f24b4121ccab5fc9aff7c (patch)
tree6fb8f489345398c7b8d00230601b4b7b1d7d7179 /src/log_helper.c
parentf4acd9ba6f492526a2364c814c8a4704b7f8f8ce (diff)
downloadrspamd-be3414a88cc7dbd8b34f24b4121ccab5fc9aff7c.tar.gz
rspamd-be3414a88cc7dbd8b34f24b4121ccab5fc9aff7c.zip
[Feature] Execute on_load scripts with ev_base ready
Diffstat (limited to 'src/log_helper.c')
-rw-r--r--src/log_helper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/log_helper.c b/src/log_helper.c
index 995420a41..96075ea47 100644
--- a/src/log_helper.c
+++ b/src/log_helper.c
@@ -177,7 +177,8 @@ start_log_helper (struct rspamd_worker *worker)
ctx->ev_base = rspamd_prepare_worker (worker,
"log_helper",
- NULL);
+ NULL,
+ TRUE);
ctx->cfg = worker->srv->cfg;
ctx->scripts = worker->cf->scripts;
ctx->L = ctx->cfg->lua_state;