summaryrefslogtreecommitdiffstats
path: root/apps/spkac.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/spkac.c')
-rw-r--r--apps/spkac.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/spkac.c b/apps/spkac.c
index bd99f0e66a..d41331caba 100644
--- a/apps/spkac.c
+++ b/apps/spkac.c
@@ -186,6 +186,8 @@ int spkac_main(int argc, char **argv)
if ((conf = app_load_config(infile)) == NULL)
goto end;
+ if (!app_load_modules(conf))
+ goto end;
spkstr = NCONF_get_string(conf, spksect, spkac);