Commit 70f02f64 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove invalid assert, the waitinglist is overloaded with the

critbit cooling-list, making this check invalid.

Spotted by:	Justin Pasher



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4633 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 01f5f206
......@@ -154,7 +154,6 @@ HSH_DeleteObjHead(struct worker *w, struct objhead *oh)
AZ(oh->refcnt);
assert(VTAILQ_EMPTY(&oh->objcs));
assert(VTAILQ_EMPTY(&oh->waitinglist));
Lck_Delete(&oh->mtx);
w->stats.n_objecthead--;
FREE_OBJ(oh);
......
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