1
0
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:
Andrew Tridgell 2010-04-26 21:48:06 +10:00
parent 5fb60bc311
commit 9b18b339c0

View File

@ -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);
}
}