mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
s3-ldapsam: Fix Bug 5957: do not abort rename process on valid rename script.
Guenther
(cherry picked from commit 26139344fd
)
This commit is contained in:
parent
e9cad95d87
commit
866efa63a2
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user