--- ntp-4.2.1p241-RC/ntpd/ntp_proto.c.orig Sun Apr 30 10:30:39 2006 +++ ntp-4.2.1p241-RC/ntpd/ntp_proto.c Sun Apr 30 10:34:46 2006 @@ -1786,6 +1786,8 @@ sys_stratum = STRATUM_UNSPEC; memcpy(&sys_refid, "DOWN", 4); #endif /* LOCKCLOCK */ + for (n = 0; n < NTP_MAXASSOC; n++) + synch[n] = error[n] = 0.0; nlist = 0; for (n = 0; n < NTP_HASH_SIZE; n++) nlist += peer_hash_count[n];