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:
dougb 2010-08-06 05:20:21 +00:00
parent 27976a477e
commit 7a5a021203

View File

@ -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) {