From: phk Date: Mon, 20 Aug 2007 10:52:59 +0000 (+0000) Subject: polish X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=769632f0333858c69482ebdf86bc2dae183bd085;p=varnish polish git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1886 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_fetch.c b/varnish-cache/bin/varnishd/cache_fetch.c index 3a17701f..c34d82ac 100644 --- a/varnish-cache/bin/varnishd/cache_fetch.c +++ b/varnish-cache/bin/varnishd/cache_fetch.c @@ -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); }