]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix compilation
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 5 May 2018 12:05:16 +0000 (13:05 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Sat, 5 May 2018 12:05:16 +0000 (13:05 +0100)
src/libutil/regexp.c

index 627ec6a5a81900b75660723fc64bb4808b4b953a..c8f4faa4d32e296c6f64c44e085cc5539111a245 100644 (file)
@@ -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;