summaryrefslogtreecommitdiffstats
path: root/sbin/hastctl/hastctl.c
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-08-06 05:20:21 +0000
committerdougb <dougb@FreeBSD.org>2010-08-06 05:20:21 +0000
commit7a5a021203d09ad6769a90f1b322fa308e808a94 (patch)
tree2234425598942d3571c09839c8cd50d044906e97 /sbin/hastctl/hastctl.c
parent27976a477efb8ce93ab7916a441c3c4e870ec7a5 (diff)
downloadFreeBSD-src-7a5a021203d09ad6769a90f1b322fa308e808a94.zip
FreeBSD-src-7a5a021203d09ad6769a90f1b322fa308e808a94.tar.gz
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.
Diffstat (limited to 'sbin/hastctl/hastctl.c')
-rw-r--r--sbin/hastctl/hastctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/hastctl/hastctl.c b/sbin/hastctl/hastctl.c
index 8499528..d19b541 100644
--- a/sbin/hastctl/hastctl.c
+++ b/sbin/hastctl/hastctl.c
@@ -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) {
OpenPOWER on IntegriCloud