diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-05-05 13:05:16 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2018-05-05 13:05:16 +0100 |
commit | 87c820b8f1fe48291041955868d6dbd15eee9990 (patch) | |
tree | 559500811d912592d695b17c19a40ca813316003 /src/libutil | |
parent | 00911f6a9e3b436c18d8445bc27c7699a73e9b79 (diff) | |
download | rspamd-87c820b8f1fe48291041955868d6dbd15eee9990.tar.gz rspamd-87c820b8f1fe48291041955868d6dbd15eee9990.zip |
[Minor] Fix compilation
Diffstat (limited to 'src/libutil')
-rw-r--r-- | src/libutil/regexp.c | 2 |
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; |