mirror of
https://github.com/samba-team/samba.git
synced 2025-02-03 13:47:25 +03:00
s4/drs: update repsFrom only when we are not in getncchanges extended op
This commit is contained in:
parent
36e663ad71
commit
ab01ce6e96
@ -522,10 +522,10 @@ static void dreplsrv_op_pull_source_apply_changes_trigger(struct tevent_req *req
|
||||
tevent_req_nterror(req, nt_status);
|
||||
return;
|
||||
}
|
||||
|
||||
/* if it applied fine, we need to update the highwatermark */
|
||||
*state->op->source_dsa->repsFrom1 = rf1;
|
||||
|
||||
if (state->op->extended_op == DRSUAPI_EXOP_NONE) {
|
||||
/* if it applied fine, we need to update the highwatermark */
|
||||
*state->op->source_dsa->repsFrom1 = rf1;
|
||||
}
|
||||
/*
|
||||
* TODO: update our uptodatevector!
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user