diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-09-16 17:07:16 +0400 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-09-16 17:07:16 +0400 |
commit | 427315a198e3542ce3fabc343b8f9f7a396cb895 (patch) | |
tree | 7d012008b4a795dc589e482d6321deec719b3030 /src/main.c | |
parent | 5e5875cc485fa420fe23fbff2d633da63ba9d4cb (diff) | |
download | rspamd-427315a198e3542ce3fabc343b8f9f7a396cb895.tar.gz rspamd-427315a198e3542ce3fabc343b8f9f7a396cb895.zip |
* Fix -C flag with lua enabled
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index c39553b20..3cb10e221 100644 --- a/src/main.c +++ b/src/main.c @@ -563,6 +563,9 @@ main (int argc, char **argv, char **env) } l = g_list_next (l); } + #if defined(WITH_LUA) + init_lua_filters (cfg); + #endif if (dump_vars) { dump_cfg_vars (); } |