From 6344d3b0b3b90c6ca51400a198e4e5216d0cdd26 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Fri, 21 Aug 1998 14:57:07 +0000 Subject: [PATCH] compiler --- src/store.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } -- 2.47.3