aboutsummaryrefslogtreecommitdiff
path: root/sbin/hastctl
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2010-08-06 05:20:21 +0000
committerDoug Barton <dougb@FreeBSD.org>2010-08-06 05:20:21 +0000
commit36d8ab97a0c36d62c1a5ac8e699c71208b377164 (patch)
tree2234425598942d3571c09839c8cd50d044906e97 /sbin/hastctl
parent85bac12c993d5474ac6fd4331fd0d3d34ad29693 (diff)
downloadsrc-36d8ab97a0c36d62c1a5ac8e699c71208b377164.tar.gz
src-36d8ab97a0c36d62c1a5ac8e699c71208b377164.zip
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.
Notes
Notes: svn path=/head/; revision=210909
Diffstat (limited to 'sbin/hastctl')
-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 8499528f9867..d19b541e00b3 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) {