]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
need to initialize first_ping.
authorwessels <>
Sat, 9 Aug 1997 06:01:32 +0000 (06:01 +0000)
committerwessels <>
Sat, 9 Aug 1997 06:01:32 +0000 (06:01 +0000)
debug changes in icp.c

src/neighbors.cc

index 0db7f54582776b148d599ab1cfffa95d1e3d6974..1507217a972cf8e4a4b457793c7b85a7edf7af7a 100644 (file)
@@ -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