From 268d55d0dd34717e42c97f9073ad4ffc8d46515c Mon Sep 17 00:00:00 2001 From: wessels <> Date: Sat, 29 Nov 1997 15:07:35 +0000 Subject: [PATCH] remove bogus (?) assertion --- src/store.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/store.cc b/src/store.cc index 085e2fdeb1..a576a72c1a 100644 --- a/src/store.cc +++ b/src/store.cc @@ -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", -- 2.47.3