]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 2780: assertion failed: store_swapin.cc:47: e->mem_status == NOT_IN_MEMORY
authorAmos Jeffries <amosjeffries@squid-cache.org>
Wed, 28 Jul 2010 02:27:36 +0000 (20:27 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Wed, 28 Jul 2010 02:27:36 +0000 (20:27 -0600)
src/store_swapin.cc

index 7f6d765d6207cf32cbe217a5f54d749e0fcfabfe..ae3cb6159184042f2004de0fa80c1ec046751517 100644 (file)
@@ -44,7 +44,6 @@ void
 storeSwapInStart(store_client * sc)
 {
     StoreEntry *e = sc->entry;
-    assert(e->mem_status == NOT_IN_MEMORY);
 
     if (!EBIT_TEST(e->flags, ENTRY_VALIDATED)) {
         /* We're still reloading and haven't validated this entry yet */