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

polish


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@1886 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent f438d57e
......@@ -346,8 +346,7 @@ Fetch(struct sess *sp)
TAILQ_REMOVE(&sp->obj->store, st, list);
STV_free(st);
}
close(vc->fd);
VBE_ClosedFd(sp->wrk, vc, 1);
VBE_ClosedFd(sp->wrk, vc, 0);
return (-1);
}
......
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