1
0
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:
Anatoliy Atanasov 2010-08-26 11:19:24 +03:00 committed by Kamen Mazdrashki
parent 36e663ad71
commit ab01ce6e96

View File

@ -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!
*/