From: Vsevolod Stakhov Date: Sat, 5 May 2018 12:05:16 +0000 (+0100) Subject: [Minor] Fix compilation X-Git-Tag: 1.7.5~68 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=87c820b8f1fe48291041955868d6dbd15eee9990;p=rspamd.git [Minor] Fix compilation --- 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;