The branch, master has been updated
       via  33f9c07 s3: Fix typos
      from  e105570 s3: Remove smbd_server_fd from expand_msdfs_target

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 33f9c078d310ffadb2392a9169d7b9341a3b7806
Author: Volker Lendecke <v...@samba.org>
Date:   Thu Aug 26 22:01:01 2010 +0200

    s3: Fix typos

-----------------------------------------------------------------------

Summary of changes:
 source3/auth/pampass.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/auth/pampass.c b/source3/auth/pampass.c
index b1c3bb6..6f8be1a 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;


-- 
Samba Shared Repository

Reply via email to