The branch, master has been updated
       via  9cd712d... s3: Fix a cut&paste error in a debug message in 
check_oem_password()
      from  a149383... s3-spoolss: make sure AddPrinterDriver calls into 
AddPrinterDriverEx.

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


- Log -----------------------------------------------------------------
commit 9cd712d1bc1ac5140597e86b5c634d2c820d86de
Author: Volker Lendecke <[email protected]>
Date:   Fri Apr 23 07:06:03 2010 +0200

    s3: Fix a cut&paste error in a debug message in check_oem_password()

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

Summary of changes:
 source3/smbd/chgpasswd.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/smbd/chgpasswd.c b/source3/smbd/chgpasswd.c
index dc58cc2..32ddefb 100644
--- a/source3/smbd/chgpasswd.c
+++ b/source3/smbd/chgpasswd.c
@@ -947,7 +947,8 @@ static NTSTATUS check_oem_password(const char *user,
                         */
                        E_old_pw_hash(new_nt_hash, nt_pw, verifier);
                        if (memcmp(verifier, old_nt_hash_encrypted, 16)) {
-                               DEBUG(0,("check_oem_password: old lm password 
doesn't match.\n"));
+                               DEBUG(0, ("check_oem_password: old nt "
+                                         "password doesn't match.\n"));
                                return NT_STATUS_WRONG_PASSWORD;
                        }
 


-- 
Samba Shared Repository

Reply via email to