diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-05-27 16:10:43 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-05-27 16:10:43 +0100 |
commit | 634d1e599394c5cbe167285e632576552e42dcff (patch) | |
tree | 3d4bc4d58e5aff56af8edb89ec0fbcc1566cfdda /src/main.c | |
parent | e64c5411ff18eea69861b6ea11574a39c7290b57 (diff) | |
download | rspamd-634d1e599394c5cbe167285e632576552e42dcff.tar.gz rspamd-634d1e599394c5cbe167285e632576552e42dcff.zip |
Fix sort function.
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c index e58b783d1..33d851b86 100644 --- a/src/main.c +++ b/src/main.c @@ -797,9 +797,7 @@ static void init_cfg_cache (struct rspamd_config *cfg) { - if (!init_symbols_cache (cfg->cache, cfg)) { - exit (EXIT_FAILURE); - } + init_symbols_cache (cfg->cache, cfg); } static gint |