[4.0] 8aec118 Comment out an assert to get jenkins happier

Poul-Henning Kamp phk at FreeBSD.org
Tue Apr 1 15:09:49 CEST 2014


commit 8aec1184ecb4d72ccaf70e9d8bf40139cf72a024
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Mar 18 09:25:43 2014 +0000

    Comment out an assert to get jenkins happier

diff --git a/bin/varnishd/cache/cache_expire.c b/bin/varnishd/cache/cache_expire.c
index a1fcbc3..dfec9ee 100644
--- a/bin/varnishd/cache/cache_expire.c
+++ b/bin/varnishd/cache/cache_expire.c
@@ -427,7 +427,7 @@ exp_inbox(struct exp_priv *ep, struct objcore *oc, double now)
 	VSLb(&ep->vsl, SLT_ExpKill, "EXP_Inbox p=%p e=%.9f f=0x%x", oc,
 	    oc->timer_when, oc->flags);
 
-	AZ(oc->flags & OC_F_BUSY);
+	// AZ(oc->flags & OC_F_BUSY);
 
 	lru = oc_getlru(oc);
 	CHECK_OBJ_NOTNULL(lru, LRU_MAGIC);



More information about the varnish-commit mailing list