From 87c820b8f1fe48291041955868d6dbd15eee9990 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Sat, 5 May 2018 13:05:16 +0100 Subject: [PATCH] [Minor] Fix compilation --- src/libutil/regexp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5