Commit 6722f3fb authored by Nils Goroll's avatar Nils Goroll

polish

parent 3616d98b
......@@ -485,9 +485,9 @@ node_fini(struct req *req, struct node *node)
case T_CRC:
break;
case T_NEXUS:
if (node->req == NULL || node->parent == NULL)
/* root req owned by varnish-cache */
if (node->parent == NULL)
break;
// XXX SHOULD HAPPEN EARLIER
req_fini(&node->req, req->wrk);
break;
default:
......
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