]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
disable calling netdbExchangeStart temporarily
authorwessels <>
Wed, 6 May 1998 10:24:38 +0000 (10:24 +0000)
committerwessels <>
Wed, 6 May 1998 10:24:38 +0000 (10:24 +0000)
src/neighbors.cc

index 80f91544433666a37a9b967e89adef2e9e4e562b..cb292a834e5dc1c8b7564a08f857ebdee86c4746 100644 (file)
@@ -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