]> source.dussan.org Git - rspamd.git/commitdiff
Init symbols cache.
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 20 Jul 2015 12:28:33 +0000 (13:28 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Mon, 20 Jul 2015 12:28:33 +0000 (13:28 +0100)
src/main.c

index 58fc3f7e6b3431c8cd137216222924386f1a9f58..2bd47cdc33d13f39d45efb8789cee942b8f43317 100644 (file)
@@ -1155,6 +1155,8 @@ main (gint argc, gchar **argv, gchar **env)
 
                res = TRUE;
 
+               rspamd_symbols_cache_init (rspamd_main->cfg->cache, rspamd_main->cfg);
+
                if (!rspamd_init_filters (rspamd_main->cfg, FALSE)) {
                        res = FALSE;
                }