diff options
author | Thorsten Kukuk <kukuk@thkukuk.de> | 2009-12-08 14:41:40 +0000 |
---|---|---|
committer | Thorsten Kukuk <kukuk@thkukuk.de> | 2009-12-08 14:41:40 +0000 |
commit | a728c0f63e15c18ef599e599e4e46456b624abda (patch) | |
tree | 8fb7df4028a6852952629510e88646e38cd3ae97 /libpamc | |
parent | 17c4c04115c7de3f5884ebdc562b0912bbd1b736 (diff) | |
download | pam-a728c0f63e15c18ef599e599e4e46456b624abda.tar.gz pam-a728c0f63e15c18ef599e599e4e46456b624abda.tar.bz2 pam-a728c0f63e15c18ef599e599e4e46456b624abda.zip |
Relevant BUGIDs: 2892529
Purpose of commit: bugfix
Commit summary:
---------------
2009-12-08 Thorsten Kukuk <kukuk@thkukuk.de>
* configure.in: Rename DEBUG to PAM_DEBUG.
* libpam/pam_env.c: Likewise
* libpam/pam_handlers.c: Likewise
* libpam/pam_miscc.c: Likewise
* libpam/pam_password.c: Likewise
* libpam/include/security/_pam_macros.h: Likewise
* libpamc/test/modules/pam_secret.c: Likewise
* modules/pam_group/pam_group.c: Likewise
* modules/pam_listfile/pam_listfile.c: Likewise
* modules/pam_unix/pam_unix_auth.c: Likewise
* modules/pam_unix/pam_unix_passwd.c: Likewise
Diffstat (limited to 'libpamc')
-rw-r--r-- | libpamc/test/modules/pam_secret.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libpamc/test/modules/pam_secret.c b/libpamc/test/modules/pam_secret.c index 830f1a78..6316f7f5 100644 --- a/libpamc/test/modules/pam_secret.c +++ b/libpamc/test/modules/pam_secret.c @@ -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), |