From: Amos Jeffries Date: Wed, 28 Jul 2010 02:27:36 +0000 (-0600) Subject: Bug 2780: assertion failed: store_swapin.cc:47: e->mem_status == NOT_IN_MEMORY X-Git-Tag: SQUID_3_2_0_1~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=571e7d37c9f822795591d25ae323892cc16db855;p=thirdparty%2Fsquid.git Bug 2780: assertion failed: store_swapin.cc:47: e->mem_status == NOT_IN_MEMORY --- diff --git a/src/store_swapin.cc b/src/store_swapin.cc index 7f6d765d62..ae3cb61591 100644 --- a/src/store_swapin.cc +++ b/src/store_swapin.cc @@ -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 */