From: wessels <> Date: Fri, 21 Aug 1998 14:57:07 +0000 (+0000) Subject: compiler X-Git-Tag: SQUID_3_0_PRE1~2813 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6344d3b0b3b90c6ca51400a198e4e5216d0cdd26;p=thirdparty%2Fsquid.git compiler --- diff --git a/src/store.cc b/src/store.cc index 667e031e42..53e0ef548b 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.449 1998/08/21 08:40:59 wessels Exp $ + * $Id: store.cc,v 1.450 1998/08/21 08:57:07 wessels Exp $ * * DEBUG: section 20 Storage Manager * AUTHOR: Harvest Derived @@ -237,7 +237,7 @@ storeReleaseRequest(StoreEntry * e) * anyone else even looks at the cachability flag. Also, this * prevents httpMakePublic from really setting a public key. */ - EBIT_CLR(entry->flag, ENTRY_CACHABLE); + EBIT_CLR(e->flag, ENTRY_CACHABLE); storeSetPrivateKey(e); }