From: wessels <> Date: Tue, 21 Apr 1998 08:10:26 +0000 (+0000) Subject: these client-side-ish things should not be calling storeComplete X-Git-Tag: SQUID_3_0_PRE1~3483 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52fee5ffb69815e07780fa6ea4fe2346a6094292;p=thirdparty%2Fsquid.git these client-side-ish things should not be calling storeComplete --- diff --git a/src/peer_digest.cc b/src/peer_digest.cc index f17644283b..4902042f2a 100644 --- a/src/peer_digest.cc +++ b/src/peer_digest.cc @@ -1,6 +1,6 @@ /* - * $Id: peer_digest.cc,v 1.14 1998/04/14 15:16:25 rousskov Exp $ + * $Id: peer_digest.cc,v 1.15 1998/04/21 02:10:26 wessels Exp $ * * DEBUG: section 72 Peer Digest Routines * AUTHOR: Alex Rousskov @@ -531,7 +531,6 @@ peerDigestFetchFinish(DigestFetchState *fetch, char *buf, const char *err_msg) debug(72, 2) ("re-used old digest from %s\n", peer->host); } else { debug(72, 2) ("received valid digest from %s\n", peer->host); - storeComplete(fetch->entry); } EBIT_SET(peer->digest.flags, PD_USABLE); EBIT_CLR(peer->digest.flags, PD_DISABLED);