Add support for multiple Debug lines per program. Callers may
register arbitrary debug facilities or use built-in defaults. We now use separate Debug statements for plugins and programs.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1999, 2001-2005, 2007, 2010-2012
|
||||
* Copyright (c) 1999, 2001-2005, 2007, 2010-2012, 2014
|
||||
* Todd C. Miller <Todd.Miller@courtesan.com>
|
||||
*
|
||||
* Permission to use, copy, modify, and distribute this software for any
|
||||
@@ -53,7 +53,7 @@ sudo_afs_verify(struct passwd *pw, char *pass, sudo_auth *auth)
|
||||
{
|
||||
struct ktc_encryptionKey afs_key;
|
||||
struct ktc_token afs_token;
|
||||
debug_decl(sudo_afs_verify, SUDO_DEBUG_AUTH)
|
||||
debug_decl(sudo_afs_verify, SUDO_DEBUG_AUTH, sudoers_debug_instance)
|
||||
|
||||
/* Try to just check the password */
|
||||
ka_StringToKey(pass, NULL, &afs_key);
|
||||
|
Reference in New Issue
Block a user