]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
stupid flow bug, argh!
authorwessels <>
Wed, 14 Apr 1999 12:15:21 +0000 (12:15 +0000)
committerwessels <>
Wed, 14 Apr 1999 12:15:21 +0000 (12:15 +0000)
src/store_client.cc

index bd88ec08b0efaeb00f080c3208b5593a9056df8c..deb1de04d441a487c3dfee8e34cfa7b7cc631985 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: store_client.cc,v 1.59 1999/02/09 22:26:54 wessels Exp $
+ * $Id: store_client.cc,v 1.60 1999/04/14 06:15:21 wessels Exp $
  *
  * DEBUG: section 20    Storage Manager Client-Side Interface
  * AUTHOR: Duane Wessels
@@ -266,8 +266,7 @@ storeClientCopy2(StoreEntry * e, store_client * sc)
            /* yuck -- this causes a TCP_SWAPFAIL_MISS on the client side */
            sc->callback = NULL;
            callback(sc->callback_data, sc->copy_buf, -1);
-       }
-       if (!sc->flags.disk_io_pending) {
+       } else if (!sc->flags.disk_io_pending) {
            sc->flags.disk_io_pending = 1;
            storeSwapInStart(e, storeClientFileOpened, sc);
        } else {