From e6d5d34e5ab3f24436d1c77cf84476e41bca64e3 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Thu, 7 May 1998 03:09:51 +0000 Subject: [PATCH] make netdbExchangeStart standard --- src/neighbors.cc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.47.3