From: hno <> Date: Wed, 3 May 2000 03:07:36 +0000 (+0000) Subject: hno squid-2.3.DEVEL2.rebuild_release.patch [continuation] X-Git-Tag: SQUID_3_0_PRE1~2002 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43d9cf56d166d91db409372e7c3f6926485faff4;p=thirdparty%2Fsquid.git hno squid-2.3.DEVEL2.rebuild_release.patch [continuation] Squid-2.3.DEVEL2: Release unused store entries during rebuild Fixed a small typo from when I merged the patch into the source tree --- diff --git a/src/store.cc b/src/store.cc index d7b1666f23..f709d21351 100644 --- a/src/store.cc +++ b/src/store.cc @@ -1,6 +1,6 @@ /* - * $Id: store.cc,v 1.518 2000/05/02 20:07:37 hno Exp $ + * $Id: store.cc,v 1.519 2000/05/02 21:07:36 hno Exp $ * * DEBUG: section 20 Storage Manager * AUTHOR: Harvest Derived @@ -976,6 +976,7 @@ storeRelease(StoreEntry * e) } else { destroy_StoreEntry(e); } + } storeLog(STORE_LOG_RELEASE, e); if (e->swap_file_number > -1) { storeUnlink(e->swap_file_number);