From: phk Date: Mon, 8 Oct 2007 09:34:36 +0000 (+0000) Subject: upd X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a1e0f2f20b37b4c28476939a8383d1fa32a2e04;p=varnish upd git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2085 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishd/cache_acceptor_epoll.c b/varnish-cache/bin/varnishd/cache_acceptor_epoll.c index 6ffd9c26..34c1c9bf 100644 --- a/varnish-cache/bin/varnishd/cache_acceptor_epoll.c +++ b/varnish-cache/bin/varnishd/cache_acceptor_epoll.c @@ -91,7 +91,7 @@ vca_main(void *arg) } else { CAST_OBJ_NOTNULL(sp, ev.data.ptr, SESS_MAGIC); i = HTC_Rx(sp->htc); - if (i != 0) + if (i != 0) { VTAILQ_REMOVE(&sesshead, sp, list); vca_del(sp->fd); vca_handover(sp, i);