summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lua/lua_cfg_file.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lua/lua_cfg_file.c b/src/lua/lua_cfg_file.c
index b3897d6e8..b53606470 100644
--- a/src/lua/lua_cfg_file.c
+++ b/src/lua/lua_cfg_file.c
@@ -198,6 +198,8 @@ rspamd_lua_post_load_config (struct rspamd_config *cfg)
}
}
}
+
+ lua_settop (L, 0);
}
/* Handle lua dynamic config param */