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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user