From c68e4e90f7a671931b85f2f22cd54c549a095af8 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Sat, 9 Aug 1997 06:01:32 +0000 Subject: [PATCH] need to initialize first_ping. debug changes in icp.c --- src/neighbors.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/neighbors.cc b/src/neighbors.cc index 0db7f54582..1507217a97 100644 --- a/src/neighbors.cc +++ b/src/neighbors.cc @@ -1,5 +1,5 @@ /* - * $Id: neighbors.cc,v 1.154 1997/07/26 04:48:33 wessels Exp $ + * $Id: neighbors.cc,v 1.155 1997/08/09 00:01:32 wessels Exp $ * * DEBUG: section 15 Neighbor Routines * AUTHOR: Harvest Derived @@ -411,6 +411,7 @@ neighbors_open(int fd) sep = getservbyname("echo", "udp"); echo_port = sep ? ntohs((u_short) sep->s_port) : 7; } + first_ping = Config.peers; } int -- 2.47.2