Commit 04dc5a11 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Simplify

parent f67315c5
......@@ -885,7 +885,7 @@ vbf_stp_error(struct worker *wrk, struct busyobj *bo)
ll -= l;
o += l;
}
AZ(ObjSetU64(wrk, bo->fetch_objcore, OA_LEN, VSB_len(synth_body) - ll));
AZ(ObjSetU64(wrk, bo->fetch_objcore, OA_LEN, o));
VSB_delete(synth_body);
HSH_Unbusy(wrk, bo->fetch_objcore);
ObjSetState(wrk, bo->fetch_objcore, BOS_FINISHED);
......
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