From: wessels <> Date: Thu, 20 Feb 1997 06:53:24 +0000 (+0000) Subject: remove whitespace X-Git-Tag: SQUID_3_0_PRE1~5102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a75bb185fc9c8c90edf1d3f3ddba99002bdd677;p=thirdparty%2Fsquid.git remove whitespace --- diff --git a/src/neighbors.cc b/src/neighbors.cc index 293e40ee9e..37e160eecf 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -1,5 +1,5 @@ /* - * $Id: neighbors.cc,v 1.114 1997/02/19 17:09:03 wessels Exp $ + * $Id: neighbors.cc,v 1.115 1997/02/19 23:53:24 wessels Exp $ * * DEBUG: section 15 Neighbor Routines * AUTHOR: Harvest Derived @@ -487,11 +487,9 @@ neighborsUdpPing(protodispatch_data * proto) if (e == NULL) e = Peers.peers_head; debug(15, 5, "neighborsUdpPing: Peer %s\n", e->host); - /* skip any cache where we failed to connect() w/in the last 60s */ if (squid_curtime - e->last_fail_time < 60) continue; - if (!peerWouldBePinged(e, request)) continue; /* next peer */ if (e->options & NEIGHBOR_NO_QUERY) @@ -503,7 +501,6 @@ neighborsUdpPing(protodispatch_data * proto) if (e->type == PEER_SIBLING) if (!BIT_TEST(request->flags, REQ_HIERARCHICAL)) continue; - debug(15, 4, "neighborsUdpPing: pinging peer %s for '%s'\n", e->host, url); if (e->type == PEER_MULTICAST)