Commit 86779209 authored by Nils Goroll's avatar Nils Goroll

we need to fini the VDPs before continuing after a subreq

because, as in the case of pretendgz, they may be chaging the next
level up.

e00023 passes now
parent ff7d20a2
......@@ -1456,6 +1456,7 @@ push_subreq(struct req *req, struct bytes_tree *tree,
VSLdbg(req, "DeliverObj from top");
VDP_DeliverObj(node->subreq.req);
VDP_close(node->subreq.req);
// fini_subreq() happening later
......
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