aboutsummaryrefslogtreecommitdiffstats
path: root/src/libutil/regexp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libutil/regexp.c')
-rw-r--r--src/libutil/regexp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libutil/regexp.c b/src/libutil/regexp.c
index 627ec6a5a..c8f4faa4d 100644
--- a/src/libutil/regexp.c
+++ b/src/libutil/regexp.c
@@ -154,7 +154,7 @@ static void
rspamd_regexp_post_process (rspamd_regexp_t *r)
{
if (global_re_cache == NULL) {
- rspamd_regexp_library_init ();
+ rspamd_regexp_library_init (NULL);
}
#if defined(WITH_PCRE2)
gsize jsz;