]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
We must make the ICP reply callback for neighbor MISSes!
authorwessels <>
Sat, 3 Jan 1998 04:59:47 +0000 (04:59 +0000)
committerwessels <>
Sat, 3 Jan 1998 04:59:47 +0000 (04:59 +0000)
src/neighbors.cc

index 4374dd5ab1daf0ab9e61c853add1a425acb0162b..8a5c0df197845892717db2751488a04f4ed5e870 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: neighbors.cc,v 1.169 1997/11/20 06:25:28 wessels Exp $
+ * $Id: neighbors.cc,v 1.170 1998/01/02 21:59:47 wessels Exp $
  *
  * DEBUG: section 15    Neighbor Routines
  * AUTHOR: Harvest Derived
@@ -668,8 +668,6 @@ neighborsUdpAck(const char *url, icp_common_t * header, const struct sockaddr_in
     } else if (opcode == ICP_MISS) {
        if (p == NULL) {
            neighborIgnoreNonPeer(from, opcode);
-       } else if (ntype != PEER_PARENT) {
-           (void) 0;           /* ignore MISS from non-parent */
        } else {
            mem->icp_reply_callback(p, ntype, header, mem->ircb_data);
        }