From: wessels <> Date: Thu, 7 May 1998 03:09:51 +0000 (+0000) Subject: make netdbExchangeStart standard X-Git-Tag: SQUID_3_0_PRE1~3370 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6d5d34e5ab3f24436d1c77cf84476e41bca64e3;p=thirdparty%2Fsquid.git make netdbExchangeStart standard --- diff --git a/src/neighbors.cc b/src/neighbors.cc index cb292a834e..260403d061 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -1,6 +1,6 @@ /* - * $Id: neighbors.cc,v 1.204 1998/05/06 04:24:38 wessels Exp $ + * $Id: neighbors.cc,v 1.205 1998/05/06 21:09:51 wessels Exp $ * * DEBUG: section 15 Neighbor Routines * AUTHOR: Harvest Derived @@ -932,9 +932,7 @@ peerDNSConfigure(const ipcache_addrs * ia, void *data) ap->sin_port = htons(p->icp_port); if (p->type == PEER_MULTICAST) peerCountMcastPeersSchedule(p, 10); -#if 0 eventAddIsh("netdbExchangeStart", netdbExchangeStart, p, 30); -#endif } static void