[experimental-ims] 7813b33 Compile fix.

Geoff Simmons geoff at varnish-cache.org
Mon Jan 9 21:52:44 CET 2012


commit 7813b33f99ee139e0ef93766e928af19da2a2cac
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Nov 29 21:05:23 2011 +0000

    Compile fix.

diff --git a/bin/varnishd/waiter/cache_waiter_epoll.c b/bin/varnishd/waiter/cache_waiter_epoll.c
index 4d45909..06cd8bb 100644
--- a/bin/varnishd/waiter/cache_waiter_epoll.c
+++ b/bin/varnishd/waiter/cache_waiter_epoll.c
@@ -119,7 +119,6 @@ vwe_eev(struct vwe *vwe, const struct epoll_event *ep)
 			while (i >= sizeof ss[0]) {
 				CHECK_OBJ_NOTNULL(ss[j], SESS_MAGIC);
 				assert(ss[j]->fd >= 0);
-				AZ(ss[j]->obj);
 				VTAILQ_INSERT_TAIL(&vwe->sesshead, ss[j], list);
 				vwe_cond_modadd(vwe, ss[j]->fd, ss[j]);
 				j++;



More information about the varnish-commit mailing list