summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index 7fa2a4b..262446d 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -377,7 +377,7 @@ int load_config_file (const char *config_fname, struct config_s *conf)
return -1;
}
- if (config_compile () || config_parse (&config, config_file)) {
+ if (config_compile () || config_parse (conf, config_file)) {
fprintf (stderr, "Unable to parse config file. "
"Not starting.\n");
return -1;