diff options
Diffstat (limited to 'src/rspamadm/lua_repl.c')
-rw-r--r-- | src/rspamadm/lua_repl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rspamadm/lua_repl.c b/src/rspamadm/lua_repl.c index f959c6bf3..0edfeb05e 100644 --- a/src/rspamadm/lua_repl.c +++ b/src/rspamadm/lua_repl.c @@ -54,7 +54,8 @@ struct rspamadm_command lua_command = { .name = "lua", .flags = 0, .help = rspamadm_lua_help, - .run = rspamadm_lua + .run = rspamadm_lua, + .lua_subrs = NULL, }; /* |