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:
Doug Barton 2010-08-06 05:20:21 +00:00
parent 85bac12c99
commit 36d8ab97a0

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