]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Tue, 1 Feb 2000 12:17:58 +0000 (12:17 +0000)
committerwessels <>
Tue, 1 Feb 2000 12:17:58 +0000 (12:17 +0000)
 - Sigh, looks like storeLateRelease never worked like it was supposed
  to because we never set RELEASE_REQUEST for those entries.

src/store.cc

index e3fc9ad26a6b548c8c9fd5240a53374579c8ed5c..c4c21d89325e6baf36b66e0e5a574e4804496d43 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store.cc,v 1.512 2000/01/14 17:34:49 wessels Exp $
+ * $Id: store.cc,v 1.513 2000/02/01 05:17:58 wessels Exp $
  *
  * DEBUG: section 20    Storage Manager
  * AUTHOR: Harvest Derived
@@ -969,6 +969,7 @@ storeRelease(StoreEntry * e)
         * we'll just call storeUnlockObject() on these.
         */
        e->lock_count++;
+       EBIT_SET(e->flags, RELEASE_REQUEST);
        stackPush(&LateReleaseStack, e);
        return;
     }