From: wessels <> Date: Fri, 14 Nov 1997 12:16:23 +0000 (+0000) Subject: compiler X-Git-Tag: SQUID_3_0_PRE1~4535 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d89e1791fbbaca1565f78a7eeec92351318e52f1;p=thirdparty%2Fsquid.git compiler --- diff --git a/src/store.cc b/src/store.cc index bbd99dfde7..7a0875e30e 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.340 1997/11/14 05:13:28 wessels Exp $ + * $Id: store.cc,v 1.341 1997/11/14 05:16:23 wessels Exp $ * * DEBUG: section 20 Storeage Manager * AUTHOR: Harvest Derived @@ -861,7 +861,7 @@ storeCheckSwapOut(StoreEntry * e) new_mem_lo = lowest_offset; if (!EBIT_TEST(e->flag, ENTRY_CACHABLE)) { - assert(EBIT_TEST(e->flag, ENTRY_PRIVATE)); + assert(EBIT_TEST(e->flag, KEY_PRIVATE)); memFreeDataUpto(mem->data, new_mem_lo); mem->inmem_lo = new_mem_lo; return;