From 1a4eb9cff18f9d1026410d242b0a1b8a885eb29e Mon Sep 17 00:00:00 2001 From: wessels <> Date: Wed, 30 Apr 1997 09:44:16 +0000 Subject: [PATCH] remove redundant multicast peer check --- src/neighbors.cc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) 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) -- 2.47.2