The sudoers plugin now defines its own list of debugging subsystem names

and defines.
This commit is contained in:
Todd C. Miller
2014-10-22 13:30:52 -06:00
parent 866cfc4fc3
commit e9914a91b1
62 changed files with 641 additions and 558 deletions

View File

@@ -53,7 +53,7 @@ expand_prompt(const char *old_prompt, const char *auth_user)
int subst;
const char *p;
char *np, *new_prompt, *endp;
debug_decl(expand_prompt, SUDO_DEBUG_AUTH, sudoers_debug_instance)
debug_decl(expand_prompt, SUDOERS_DEBUG_AUTH, sudoers_debug_instance)
/* How much space do we need to malloc for the prompt? */
subst = 0;