Commit 8aec1184 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Comment out an assert to get jenkins happier

parent 99851a10
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment