From: wessels <> Date: Sat, 3 Jan 1998 04:59:47 +0000 (+0000) Subject: We must make the ICP reply callback for neighbor MISSes! X-Git-Tag: SQUID_3_0_PRE1~4276 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ad006a7f4357e1c7c46ff01457a8d2e2ce67ad9;p=thirdparty%2Fsquid.git We must make the ICP reply callback for neighbor MISSes! --- diff --git a/src/neighbors.cc b/src/neighbors.cc index 4374dd5ab1..8a5c0df197 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -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); }