Closed BornThisWay closed 1 year ago
https://github.com/sudo-project/sudo/blob/46d286947ec996e153b4ac39ce4d7f1edb9ca706/plugins/sudoers/visudo.c#L974
It's already called at the upper level, and I think this call is redundant.
/* Setup defaults data structures. */ if (!init_defaults()) sudo_fatalx("%s", U_("unable to initialize sudoers default values")); if (checkonly) { exitcode = check_syntax(sudoers_file, quiet, strict, use_owner, use_perms) ? 0 : 1; goto done; }
Merged 9a36698
https://github.com/sudo-project/sudo/blob/46d286947ec996e153b4ac39ce4d7f1edb9ca706/plugins/sudoers/visudo.c#L974
It's already called at the upper level, and I think this call is redundant.