]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
hno squid-2.3.DEVEL2.rebuild_release.patch [continuation]
authorhno <>
Wed, 3 May 2000 03:07:36 +0000 (03:07 +0000)
committerhno <>
Wed, 3 May 2000 03:07:36 +0000 (03:07 +0000)
Squid-2.3.DEVEL2: Release unused store entries during rebuild

Fixed a small typo from when I merged the patch into the source tree

src/store.cc

index d7b1666f23ea587e7f347553588033c21f936339..f709d213513f93e4cbbcbbbdee49454e594019b5 100644 (file)
@@ -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);