]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
remove redundant multicast peer check
authorwessels <>
Wed, 30 Apr 1997 09:44:16 +0000 (09:44 +0000)
committerwessels <>
Wed, 30 Apr 1997 09:44:16 +0000 (09:44 +0000)
src/neighbors.cc

index f1b83e876bd6728024da61d67a18eb6ca163f7de..b4a331fbb80ba5e2b171d2442931ab7a12ac376a 100644 (file)
@@ -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)