diff options
Diffstat (limited to 'src/hs_helper.c')
-rw-r--r-- | src/hs_helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hs_helper.c b/src/hs_helper.c index 3cdc2a439..a20e176f6 100644 --- a/src/hs_helper.c +++ b/src/hs_helper.c @@ -303,6 +303,7 @@ start_hs_helper (struct rspamd_worker *worker) struct hs_helper_ctx *ctx = worker->ctx; double tim; + g_assert (rspamd_worker_check_context (worker->ctx, rspamd_hs_helper_magic)); ctx->cfg = worker->srv->cfg; if (ctx->hs_dir == NULL) { |