summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2014-04-03 16:03:19 +0200
committerAndrew Bartlett <abartlet@samba.org>2014-05-02 01:19:19 +0200
commit5b22222421c77c8c379c828c5da7e6c8c38cfb88 (patch)
treeef60d81f64a5df9761bda0f7fae9cda2d10df60d
parent709ed040ec161e99b3c1f7076eac4a631149f64a (diff)
downloadsamba-5b22222421c77c8c379c828c5da7e6c8c38cfb88.tar.gz
samba-5b22222421c77c8c379c828c5da7e6c8c38cfb88.tar.xz
samba-5b22222421c77c8c379c828c5da7e6c8c38cfb88.zip
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>
-rw-r--r--source4/dsdb/samdb/ldb_modules/repl_meta_data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
index 4e5d8f0597c..b01c956d1c3 100644
--- a/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
+++ b/source4/dsdb/samdb/ldb_modules/repl_meta_data.c
@@ -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