[SCM] Samba Shared Repository - branch v3-2-test updated - release-3-2-0pre2-3241-g2613934

Günther Deschner gd at samba.org
Tue Dec 9 16:30:56 GMT 2008


The branch, v3-2-test has been updated
       via  26139344fd0fac4fdd2a6752628b252fbd9b7450 (commit)
      from  fc4819ab176552f1ca0d78ddc91a62666c1fdf71 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 26139344fd0fac4fdd2a6752628b252fbd9b7450
Author: Günther Deschner <gd at samba.org>
Date:   Tue Dec 9 17:28:15 2008 +0100

    s3-ldapsam: Fix Bug 5957: do not abort rename process on valid rename script.
    
    Guenther

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

Summary of changes:
 source/passdb/pdb_ldap.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/passdb/pdb_ldap.c b/source/passdb/pdb_ldap.c
index 636682d..0d54fe0 100644
--- a/source/passdb/pdb_ldap.c
+++ b/source/passdb/pdb_ldap.c
@@ -2010,7 +2010,7 @@ static NTSTATUS ldapsam_rename_sam_account(struct pdb_methods *my_methods,
 					newname_lower,
 					true,
 					true);
-	if (rename_script) {
+	if (!rename_script) {
 		return NT_STATUS_NO_MEMORY;
 	}
 	rename_script = realloc_string_sub2(rename_script,


-- 
Samba Shared Repository


More information about the samba-cvs mailing list