The branch, v3-3-test has been updated
       via  866efa63a26f75bbf17cd4bebf639594e2feafba (commit)
      from  e9cad95d8728ac81ca13b5dea16167ceb4e4cf50 (commit)

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


- Log -----------------------------------------------------------------
commit 866efa63a26f75bbf17cd4bebf639594e2feafba
Author: Günther Deschner <[EMAIL PROTECTED]>
Date:   Tue Dec 9 17:28:15 2008 +0100

    s3-ldapsam: Fix Bug 5957: do not abort rename process on valid rename 
script.
    
    Guenther
    (cherry picked from commit 26139344fd0fac4fdd2a6752628b252fbd9b7450)

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

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 ddbb53a..95e9a01 100644
--- a/source/passdb/pdb_ldap.c
+++ b/source/passdb/pdb_ldap.c
@@ -2014,7 +2014,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

Reply via email to