]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
oops, undo this mistakenly-committed change
authorwessels <>
Wed, 17 Apr 2002 04:45:25 +0000 (04:45 +0000)
committerwessels <>
Wed, 17 Apr 2002 04:45:25 +0000 (04:45 +0000)
src/store_client.cc

index 47c8d99d333798a5011bfaba7acb3e7ba3107efb..d11346a2230d46ae9953035b98c2bcfb8e419a0c 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_client.cc,v 1.109 2002/04/16 22:43:38 wessels Exp $
+ * $Id: store_client.cc,v 1.110 2002/04/16 22:45:25 wessels Exp $
  *
  * DEBUG: section 20    Storage Manager Client-Side Interface
  * AUTHOR: Duane Wessels
@@ -573,7 +573,7 @@ off_t
 storeLowestMemReaderOffset(const StoreEntry * entry)
 {
     const MemObject *mem = entry->mem_obj;
-    off_t lowest = mem->inmem_hi;
+    off_t lowest = mem->inmem_hi + 1;
     store_client *sc;
     dlink_node *nx = NULL;
     dlink_node *node;