diff options
author | Volker Lendecke <vl@samba.org> | 2010-08-26 22:01:01 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-08-26 22:57:13 +0200 |
commit | 33f9c078d310ffadb2392a9169d7b9341a3b7806 (patch) | |
tree | 8fbea025928ac1e175aa642e54b0bf6b043f8141 /source3 | |
parent | e1055701ff94e7cd548fae76ce479cc7278c41e7 (diff) | |
download | samba-33f9c078d310ffadb2392a9169d7b9341a3b7806.tar.gz samba-33f9c078d310ffadb2392a9169d7b9341a3b7806.tar.bz2 samba-33f9c078d310ffadb2392a9169d7b9341a3b7806.zip |
s3: Fix typos
Diffstat (limited to 'source3')
-rw-r--r-- | source3/auth/pampass.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/auth/pampass.c b/source3/auth/pampass.c index b1c3bb678b..6f8be1a38d 100644 --- a/source3/auth/pampass.c +++ b/source3/auth/pampass.c @@ -340,7 +340,7 @@ static int smb_pam_passchange_conv(int num_msg, DEBUG(10,("smb_pam_passchange_conv: PAM_PROMPT_ECHO_ON: We sent: %s\n", current_reply)); pwd_sub(current_reply, udp->PAM_username, udp->PAM_password, udp->PAM_newpassword); #ifdef DEBUG_PASSWORD - DEBUG(100,("smb_pam_passchange_conv: PAM_PROMPT_ECHO_ON: We actualy sent: %s\n", current_reply)); + DEBUG(100,("smb_pam_passchange_conv: PAM_PROMPT_ECHO_ON: We actually sent: %s\n", current_reply)); #endif reply[replies].resp_retcode = PAM_SUCCESS; reply[replies].resp = smb_pam_copy_fstring( @@ -375,7 +375,7 @@ static int smb_pam_passchange_conv(int num_msg, reply[replies].resp = smb_pam_copy_fstring( current_reply); #ifdef DEBUG_PASSWORD - DEBUG(100,("smb_pam_passchange_conv: PAM_PROMPT_ECHO_OFF: We actualy sent: %s\n", current_reply)); + DEBUG(100,("smb_pam_passchange_conv: PAM_PROMPT_ECHO_OFF: We actually sent: %s\n", current_reply)); #endif found = True; break; |