git.samba.org
/
samba.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9cad95
)
s3-ldapsam: Fix Bug 5957: do not abort rename process on valid rename script.
author
Günther Deschner
<gd@samba.org>
Tue, 9 Dec 2008 16:28:15 +0000
(17:28 +0100)
committer
Günther Deschner
<gd@samba.org>
Tue, 9 Dec 2008 16:31:55 +0000
(17:31 +0100)
Guenther
(cherry picked from commit
26139344fd0fac4fdd2a6752628b252fbd9b7450
)
source/passdb/pdb_ldap.c
patch
|
blob
|
history
diff --git
a/source/passdb/pdb_ldap.c
b/source/passdb/pdb_ldap.c
index ddbb53a9b9719b76e1514c60f4731293e6755857..95e9a01ba317c0c2e7df67a95412413fb4dc92dc 100644
(file)
--- 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,