From: wessels <> Date: Sat, 9 Aug 1997 06:01:32 +0000 (+0000) Subject: need to initialize first_ping. X-Git-Tag: SQUID_3_0_PRE1~4844 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c68e4e90f7a671931b85f2f22cd54c549a095af8;p=thirdparty%2Fsquid.git need to initialize first_ping. debug changes in icp.c --- 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