From 7a1e0f2f20b37b4c28476939a8383d1fa32a2e04 Mon Sep 17 00:00:00 2001 From: phk Date: Mon, 8 Oct 2007 09:34:36 +0000 Subject: [PATCH] upd git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2085 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishd/cache_acceptor_epoll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5