aboutsummaryrefslogtreecommitdiff
path: root/libpamc/test/modules/pam_secret.c
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2010-07-29 20:16:39 -0700
committerSteve Langasek <vorlon@debian.org>2019-01-08 21:32:38 -0800
commit655c7a8843261079fecf0b6e15de77972a0eb708 (patch)
tree167aeb717538bdc9f685a652009038d586530779 /libpamc/test/modules/pam_secret.c
parent6ce511785e4b9751ef184236c2cf8f63bc25f512 (diff)
parent8645d4f5131d25692dfd78d3e1c46b03f33febf3 (diff)
downloadpam-655c7a8843261079fecf0b6e15de77972a0eb708.tar.gz
pam-655c7a8843261079fecf0b6e15de77972a0eb708.tar.bz2
pam-655c7a8843261079fecf0b6e15de77972a0eb708.zip
merge from trunk
Diffstat (limited to 'libpamc/test/modules/pam_secret.c')
-rw-r--r--libpamc/test/modules/pam_secret.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/libpamc/test/modules/pam_secret.c b/libpamc/test/modules/pam_secret.c
index 95f26014..27e1821e 100644
--- a/libpamc/test/modules/pam_secret.c
+++ b/libpamc/test/modules/pam_secret.c
@@ -1,5 +1,5 @@
/*
- * $Id: pam_secret.c,v 1.3 2004/09/14 14:22:39 kukuk Exp $
+ * $Id: pam_secret.c,v 1.4 2009/12/08 14:41:41 kukuk Exp $
*
* Copyright (c) 1999 Andrew G. Morgan <morgan@linux.kernel.org>
*/
@@ -9,8 +9,6 @@
* NEEDS TO BE INTEGRATED MORE NATIVELY.
*/
-/* #define DEBUG */
-
#include <fcntl.h>
#include <pwd.h>
#include <stdio.h>
@@ -178,7 +176,7 @@ static int converse(pam_handle_t *pamh, struct ps_state_s *new)
}
}
-#ifdef DEBUG
+#ifdef PAM_DEBUG
if (retval == PAM_SUCCESS) {
D(("reply has length=%d and control=%u",
PAM_BP_LENGTH(new->current_reply),