Commit cbdc871c authored by Nils Goroll's avatar Nils Goroll

minor unuglification (will be overdone anyway)

parent 04a71652
...@@ -2573,16 +2573,16 @@ vped_deliver(struct req *req, struct boc *boc, int wantbody) ...@@ -2573,16 +2573,16 @@ vped_deliver(struct req *req, struct boc *boc, int wantbody)
* *
* XXX cleanup * XXX cleanup
*/ */
goto clean;
close:
VDP_close(req);
goto out;
clean: clean:
vped_close_pesi_vdps(req); vped_close_pesi_vdps(req);
out: out:
Lck_Lock(&tree->tree_lock); Lck_Lock(&tree->tree_lock);
set_closed(tree, node); set_closed(tree, node);
Lck_Unlock(&tree->tree_lock); Lck_Unlock(&tree->tree_lock);
return;
close:
VDP_close(req);
goto out;
} }
static const struct transport VPED_transport = { static const struct transport VPED_transport = {
......
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