r2085 - trunk/varnish-cache/bin/varnishd

phk at projects.linpro.no phk at projects.linpro.no
Mon Oct 8 11:34:36 CEST 2007


Author: phk
Date: 2007-10-08 11:34:36 +0200 (Mon, 08 Oct 2007)
New Revision: 2085

Modified:
   trunk/varnish-cache/bin/varnishd/cache_acceptor_epoll.c
Log:
upd


Modified: trunk/varnish-cache/bin/varnishd/cache_acceptor_epoll.c
===================================================================
--- trunk/varnish-cache/bin/varnishd/cache_acceptor_epoll.c	2007-10-08 08:14:09 UTC (rev 2084)
+++ trunk/varnish-cache/bin/varnishd/cache_acceptor_epoll.c	2007-10-08 09:34:36 UTC (rev 2085)
@@ -91,7 +91,7 @@
 			} 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);




More information about the varnish-commit mailing list