conf: remove direct reference to config from load_config_file()
This has to use the parameter "conf". Michael
This commit is contained in:
parent
947d85cefc
commit
ad2f478c46
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user