aboutsummaryrefslogtreecommitdiff
path: root/modules/pam_unix/pam_unix_passwd.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/pam_unix/pam_unix_passwd.c')
-rw-r--r--modules/pam_unix/pam_unix_passwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pam_unix/pam_unix_passwd.c b/modules/pam_unix/pam_unix_passwd.c
index 4a3784a5..fc19d474 100644
--- a/modules/pam_unix/pam_unix_passwd.c
+++ b/modules/pam_unix/pam_unix_passwd.c
@@ -545,7 +545,7 @@ static int _pam_unix_approve_pass(pam_handle_t * pamh
const char *remark = NULL;
int retval = PAM_SUCCESS;
- D(("&new=%p, &old=%p", pass_old, pass_new));
+ D(("&new=%p, &old=%p", pass_new, pass_old));
D(("new=[%s]", pass_new));
D(("old=[%s]", pass_old));