mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
s4-repl: end repl request when not doing an UpdateRefs
otherwise the queue is stuck forever
This commit is contained in:
parent
5fb60bc311
commit
9b18b339c0
@ -530,6 +530,8 @@ static void dreplsrv_op_pull_source_apply_changes_trigger(struct tevent_req *req
|
||||
*/
|
||||
if (state->op->extended_op == DRSUAPI_EXOP_NONE) {
|
||||
dreplsrv_update_refs_trigger(req);
|
||||
} else {
|
||||
tevent_req_done(req);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user