2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +00:00

Rename init_parser_ext() to init_parser() and remove old wrapper.

There was only one consumer of the init_parser() wrapper now that
reset_parser() has been introduced.
This commit is contained in:
Todd C. Miller
2023-05-02 13:29:49 -06:00
parent f258a15df5
commit bbbaea5b2f
7 changed files with 11 additions and 24 deletions

View File

@@ -274,7 +274,7 @@ main(int argc, char *argv[])
}
/* Initialize the parser and set sudoers filename to "sudoers". */
init_parser_ext("sudoers", NULL, true, 2);
init_parser("sudoers", NULL, true, 2);
/*
* Set runas passwd/group entries based on command line or sudoers.