]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
make netdbExchangeStart standard
authorwessels <>
Thu, 7 May 1998 03:09:51 +0000 (03:09 +0000)
committerwessels <>
Thu, 7 May 1998 03:09:51 +0000 (03:09 +0000)
src/neighbors.cc

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