mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s4/getncchanges: Don't mask Extended operation result - callers need it
This commit is contained in:
parent
232a8dfb06
commit
41496e782d
@ -1707,7 +1707,6 @@ WERROR dcesrv_drsuapi_DsGetNCChanges(struct dcesrv_call_state *dce_call, TALLOC_
|
||||
r->out.ctr->ctr6.uptodateness_vector = NULL;
|
||||
r->out.ctr->ctr6.nc_object_count = 0;
|
||||
ZERO_STRUCT(r->out.ctr->ctr6.new_highwatermark);
|
||||
r->out.ctr->ctr6.extended_ret = DRSUAPI_EXOP_ERR_SUCCESS;
|
||||
}
|
||||
|
||||
DEBUG(r->out.ctr->ctr6.more_data?4:2,
|
||||
|
Loading…
Reference in New Issue
Block a user