From: wessels <> Date: Wed, 6 May 1998 10:24:38 +0000 (+0000) Subject: disable calling netdbExchangeStart temporarily X-Git-Tag: SQUID_3_0_PRE1~3378 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d94e96b694687c634e0a75a2e259a220f3b12ad;p=thirdparty%2Fsquid.git disable calling netdbExchangeStart temporarily --- diff --git a/src/neighbors.cc b/src/neighbors.cc index 80f9154443..cb292a834e 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -1,6 +1,6 @@ /* - * $Id: neighbors.cc,v 1.203 1998/05/05 16:11:30 wessels Exp $ + * $Id: neighbors.cc,v 1.204 1998/05/06 04:24:38 wessels Exp $ * * DEBUG: section 15 Neighbor Routines * AUTHOR: Harvest Derived @@ -932,7 +932,9 @@ 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