View | Details | Raw Unified | Return to bug 35443
Collapse All | Expand All

(-)samba-4.1.0.orig/source4/dsdb/samdb/ldb_modules/repl_meta_data.c (-2 / +2 lines)
 Lines 5313-5320    Link Here 
5313
5313
5314
	attrs[0] = attr->lDAPDisplayName;
5314
	attrs[0] = attr->lDAPDisplayName;
5315
	attrs[1] = "isDeleted";
5315
	attrs[1] = "isDeleted";
5316
	attrs[1] = "isRecycled";
5316
	attrs[2] = "isRecycled";
5317
	attrs[2] = NULL;
5317
	attrs[3] = NULL;
5318
5318
5319
	/* get the existing message from the db for the object with
5319
	/* get the existing message from the db for the object with
5320
	   this GUID, returning attribute being modified. We will then
5320
	   this GUID, returning attribute being modified. We will then

Return to bug 35443