diff options
Diffstat (limited to 'src/rspamadm/signtool.c')
-rw-r--r-- | src/rspamadm/signtool.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rspamadm/signtool.c b/src/rspamadm/signtool.c index 1acd46745..0ae7e22c5 100644 --- a/src/rspamadm/signtool.c +++ b/src/rspamadm/signtool.c @@ -46,7 +46,8 @@ struct rspamadm_command signtool_command = { .name = "signtool", .flags = 0, .help = rspamadm_signtool_help, - .run = rspamadm_signtool + .run = rspamadm_signtool, + .lua_subrs = NULL, }; static GOptionEntry entries[] = { |