Update the arguments to yy_config_parse() to match r210883.
Choose the more conservative option ('yes' to exit on error) to match the equivalent code in hastd.
This commit is contained in:
parent
85bac12c99
commit
36d8ab97a0
@ -432,7 +432,7 @@ main(int argc, char *argv[])
|
||||
|
||||
pjdlog_debug_set(debug);
|
||||
|
||||
cfg = yy_config_parse(cfgpath);
|
||||
cfg = yy_config_parse(cfgpath, true);
|
||||
assert(cfg != NULL);
|
||||
|
||||
switch (cmd) {
|
||||
|
Loading…
Reference in New Issue
Block a user