summaryrefslogtreecommitdiffstats
path: root/src/rspamadm/lua_repl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rspamadm/lua_repl.c')
-rw-r--r--src/rspamadm/lua_repl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rspamadm/lua_repl.c b/src/rspamadm/lua_repl.c
index e3656e8c9..d7d7721a8 100644
--- a/src/rspamadm/lua_repl.c
+++ b/src/rspamadm/lua_repl.c
@@ -676,7 +676,7 @@ rspamadm_lua (gint argc, gchar **argv)
}
L = rspamd_lua_init ();
- rspamd_lua_set_path (L, NULL);
+ rspamd_lua_set_path (L, NULL, ucl_vars);
if (paths) {
for (elt = paths; *elt != NULL; elt ++) {