The sudoers plugin now defines its own list of debugging subsystem names
and defines.
This commit is contained in:
@@ -81,7 +81,7 @@ char *
|
||||
sudo_getepw(const struct passwd *pw)
|
||||
{
|
||||
char *epw = NULL;
|
||||
debug_decl(sudo_getepw, SUDO_DEBUG_AUTH, sudoers_debug_instance)
|
||||
debug_decl(sudo_getepw, SUDOERS_DEBUG_AUTH, sudoers_debug_instance)
|
||||
|
||||
/* If there is a function to check for shadow enabled, use it... */
|
||||
#ifdef HAVE_ISCOMSEC
|
||||
@@ -148,7 +148,7 @@ done:
|
||||
void
|
||||
sudo_setspent(void)
|
||||
{
|
||||
debug_decl(sudo_setspent, SUDO_DEBUG_AUTH, sudoers_debug_instance)
|
||||
debug_decl(sudo_setspent, SUDOERS_DEBUG_AUTH, sudoers_debug_instance)
|
||||
|
||||
#ifdef HAVE_GETPRPWNAM
|
||||
setprpwent();
|
||||
@@ -171,7 +171,7 @@ sudo_setspent(void)
|
||||
void
|
||||
sudo_endspent(void)
|
||||
{
|
||||
debug_decl(sudo_endspent, SUDO_DEBUG_AUTH, sudoers_debug_instance)
|
||||
debug_decl(sudo_endspent, SUDOERS_DEBUG_AUTH, sudoers_debug_instance)
|
||||
|
||||
#ifdef HAVE_GETPRPWNAM
|
||||
endprpwent();
|
||||
|
Reference in New Issue
Block a user