summaryrefslogtreecommitdiff
path: root/plugins/sudoers/gram.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sudoers/gram.c')
-rw-r--r--plugins/sudoers/gram.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/sudoers/gram.c b/plugins/sudoers/gram.c
index 04f4f6983..13a79cc86 100644
--- a/plugins/sudoers/gram.c
+++ b/plugins/sudoers/gram.c
@@ -1675,7 +1675,7 @@ yyreduce:
case 8: /* entry: include */
#line 218 "gram.y"
{
- const bool success = push_include((yyvsp[0].string), false);
+ const bool success = push_include((yyvsp[0].string));
parser_leak_remove(LEAK_PTR, (yyvsp[0].string));
free((yyvsp[0].string));
if (!success && !sudoers_recovery)
@@ -1687,7 +1687,7 @@ yyreduce:
case 9: /* entry: includedir */
#line 225 "gram.y"
{
- const bool success = push_include((yyvsp[0].string), true);
+ const bool success = push_includedir((yyvsp[0].string));
parser_leak_remove(LEAK_PTR, (yyvsp[0].string));
free((yyvsp[0].string));
if (!success && !sudoers_recovery)