/*
- * $Id: neighbors.cc,v 1.86 1996/11/13 06:52:25 wessels Exp $
+ * $Id: neighbors.cc,v 1.87 1996/11/18 02:25:45 wessels Exp $
*
* DEBUG: section 15 Neighbor Routines
* AUTHOR: Harvest Derived
continue; /* next edge */
if (e->options & NEIGHBOR_NO_QUERY)
continue;
+ /* the case below seems strange, but can happen if the
+ * URL host is on the other side of a firewall */
+ if (e->type == EDGE_SIBLING)
+ if (!BIT_TEST(proto->request->flags, REQ_HIERARCHICAL))
+ continue;
debug(15, 4, "neighborsUdpPing: pinging cache %s for '%s'\n",
e->host, url);