mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
s4:repl_meta_data: fix array assignment in replmd_process_linked_attribute()
Change-Id: I10357236108f68ab749ba0e1f07558302c573887 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
709ed040ec
commit
5b22222421
@ -5397,8 +5397,8 @@ linked_attributes[0]:
|
||||
|
||||
attrs[0] = attr->lDAPDisplayName;
|
||||
attrs[1] = "isDeleted";
|
||||
attrs[1] = "isRecycled";
|
||||
attrs[2] = NULL;
|
||||
attrs[2] = "isRecycled";
|
||||
attrs[3] = NULL;
|
||||
|
||||
/* get the existing message from the db for the object with
|
||||
this GUID, returning attribute being modified. We will then
|
||||
|
Loading…
Reference in New Issue
Block a user