From: wessels <> Date: Sun, 28 May 2000 23:35:04 +0000 (+0000) Subject: DW: X-Git-Tag: SQUID_3_0_PRE1~1971 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcfda318b20714d5eb4cd1d1c0e29e43f165c5e0;p=thirdparty%2Fsquid.git DW: - Bug from merging head with 2.3 branch. --- diff --git a/src/store_client.cc b/src/store_client.cc index 8a11130c58..5bdaf27b29 100644 --- a/src/store_client.cc +++ b/src/store_client.cc @@ -1,6 +1,6 @@ /* - * $Id: store_client.cc,v 1.90 2000/05/16 07:06:07 wessels Exp $ + * $Id: store_client.cc,v 1.91 2000/05/28 17:35:04 wessels Exp $ * * DEBUG: section 20 Storage Manager Client-Side Interface * AUTHOR: Duane Wessels @@ -298,7 +298,7 @@ storeClientCopy3(StoreEntry * e, store_client * sc) storeClientCallback(sc, -1); return; } else if (!sc->flags.disk_io_pending) { - sc->flags.disk_io_pending = 1; + /* Don't set store_io_pending here */ storeSwapInStart(sc); if (NULL == sc->swapin_sio) { storeClientCallback(sc, -1);