]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove bogus (?) assertion
authorwessels <>
Sat, 29 Nov 1997 15:07:35 +0000 (15:07 +0000)
committerwessels <>
Sat, 29 Nov 1997 15:07:35 +0000 (15:07 +0000)
src/store.cc

index 085e2fdeb1513f8a6d1fd764ccb478233375df00..a576a72c1ad2853be47098c40751d08eba741afc 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store.cc,v 1.351 1997/11/29 08:03:21 wessels Exp $
+ * $Id: store.cc,v 1.352 1997/11/29 08:07:35 wessels Exp $
  *
  * DEBUG: section 20    Storeage Manager
  * AUTHOR: Harvest Derived
@@ -1746,7 +1746,7 @@ storeClientCopy2(StoreEntry * e, store_client * sc)
        debug(20, 3) ("storeClientCopy2: Need to open swap in file\n");
        assert(sc->type == STORE_DISK_CLIENT);
        /* gotta open the swapin file */
-       assert(sc->copy_offset == 0);
+       /* assert(sc->copy_offset == 0); */
        storeSwapInStart(e, storeClientCopyFileOpened, sc);
     } else {
        debug(20, 3) ("storeClientCopy: reading from disk FD %d\n",