Changeset 4633 for trunk

Show
Ignore:
Timestamp:
03/19/10 23:46:17 (4 months ago)
Author:
phk
Message:

Remove invalid assert, the waitinglist is overloaded with the
critbit cooling-list, making this check invalid.

Spotted by: Justin Pasher

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/varnish-cache/bin/varnishd/cache_hash.c

    r4631 r4633  
    155155        AZ(oh->refcnt); 
    156156        assert(VTAILQ_EMPTY(&oh->objcs)); 
    157         assert(VTAILQ_EMPTY(&oh->waitinglist)); 
    158157        Lck_Delete(&oh->mtx); 
    159158        w->stats.n_objecthead--;