mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
getncchanges.c: Remove a really old TODO
This TODO was added in 2009 (before Samba supported linked_attributes in getNCChanges()) Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
committed by
Douglas Bagnall
parent
b4b843b710
commit
85898a6e2f
@ -2330,7 +2330,7 @@ WERROR dcesrv_drsuapi_DsGetNCChanges(struct dcesrv_call_state *dce_call, TALLOC_
|
||||
invocation_id = *(samdb_ntds_invocation_id(sam_ctx));
|
||||
|
||||
*r->out.level_out = 6;
|
||||
/* TODO: linked attributes*/
|
||||
|
||||
r->out.ctr->ctr6.linked_attributes_count = 0;
|
||||
r->out.ctr->ctr6.linked_attributes = discard_const_p(struct drsuapi_DsReplicaLinkedAttribute, &no_linked_attr);
|
||||
|
||||
|
Reference in New Issue
Block a user