summaryrefslogtreecommitdiff
path: root/plugins/sudoers/cvtsudoers.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sudoers/cvtsudoers.c')
-rw-r--r--plugins/sudoers/cvtsudoers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/sudoers/cvtsudoers.c b/plugins/sudoers/cvtsudoers.c
index 870049bbb..7eeeae9c7 100644
--- a/plugins/sudoers/cvtsudoers.c
+++ b/plugins/sudoers/cvtsudoers.c
@@ -770,7 +770,7 @@ parse_sudoers(const char *input_file, struct cvtsudoers_config *conf)
input_file = "stdin";
} else if ((sudoersin = fopen(input_file, "r")) == NULL)
sudo_fatal(U_("unable to open %s"), input_file);
- init_parser(input_file, NULL, false, 1);
+ init_parser(input_file, NULL, NULL);
if (sudoersparse() && !parse_error) {
sudo_warnx(U_("failed to parse %s file, unknown error"), input_file);
parse_error = true;