summaryrefslogtreecommitdiffstats
path: root/src/rspamadm/configwizard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rspamadm/configwizard.c')
-rw-r--r--src/rspamadm/configwizard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rspamadm/configwizard.c b/src/rspamadm/configwizard.c
index bd8ccefbd..83ba980e0 100644
--- a/src/rspamadm/configwizard.c
+++ b/src/rspamadm/configwizard.c
@@ -137,7 +137,7 @@ rspamadm_configwizard (gint argc, gchar **argv)
/* Do post-load actions */
rspamd_lua_post_load_config (cfg);
- if (!rspamd_init_filters (rspamd_main->cfg, FALSE)) {
+ if (!rspamd_init_filters (cfg, FALSE)) {
ret = FALSE;
}