diff options
Diffstat (limited to 'src/plugins/regexp.c')
-rw-r--r-- | src/plugins/regexp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/regexp.c b/src/plugins/regexp.c index f98f341a3..2bf88ac93 100644 --- a/src/plugins/regexp.c +++ b/src/plugins/regexp.c @@ -42,6 +42,7 @@ struct regexp_module_item { }; struct regexp_ctx { + struct module_ctx ctx; rspamd_mempool_t *regexp_pool; gsize max_size; }; |