From: wessels <> Date: Wed, 30 Apr 1997 09:44:16 +0000 (+0000) Subject: remove redundant multicast peer check X-Git-Tag: SQUID_3_0_PRE1~5038 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a4eb9cff18f9d1026410d242b0a1b8a885eb29e;p=thirdparty%2Fsquid.git remove redundant multicast peer check --- diff --git a/src/neighbors.cc b/src/neighbors.cc index f1b83e876b..b4a331fbb8 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -1,5 +1,5 @@ /* - * $Id: neighbors.cc,v 1.132 1997/04/29 22:13:02 wessels Exp $ + * $Id: neighbors.cc,v 1.133 1997/04/30 03:44:16 wessels Exp $ * * DEBUG: section 15 Neighbor Routines * AUTHOR: Harvest Derived @@ -663,12 +663,6 @@ neighborsUdpAck(int fd, const char *url, icp_common_t * header, const struct soc neighborCountIgnored(e, opcode); return; } - if (e && BIT_TEST(e->options, NEIGHBOR_MCAST_RESPONDER)) { - if (!peerHTTPOkay(e, mem->request)) { - neighborCountIgnored(e, opcode); - return; - } - } debug(15, 3, "neighborsUdpAck: %s for '%s' from %s \n", opcode_d, url, e ? e->host : "source"); if (e)