Commit b61c2305 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Always expire the ims-candidate object on a successful fetch

Fixes	#1530
parent 07d0bc40
......@@ -557,6 +557,8 @@ vbf_stp_fetch(struct worker *wrk, struct busyobj *bo)
VBO_setstate(bo, BOS_FINISHED);
VSLb_ts_busyobj(bo, "BerespBody", W_TIM_real(wrk));
if (bo->ims_obj != NULL)
EXP_Rearm(bo->ims_obj, bo->ims_obj->exp.t_origin, 0, 0, 0);
return (F_STP_DONE);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment