From: Harlan Stenn Date: Wed, 27 Jun 2007 06:21:23 +0000 (-0400) Subject: [Bug 604] ntpd regularly dies on linux/alpha X-Git-Tag: NTP_4_2_5P56~2^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1ea41b86555e6074e67d51f531d7be5cb9d2a20;p=thirdparty%2Fntp.git [Bug 604] ntpd regularly dies on linux/alpha bk: 468201e3mAGiZNbnnHQyz26dGHCrGA --- diff --git a/ChangeLog b/ChangeLog index 3043d11b2..01ec5103e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* [Bug 604] ntpd regularly dies on linux/alpha. * more leap second infrastructure fixes from Dave Mills. * [Bug 858] recent leapfile changes broke non-OpenSSL builds. * Use emalloc() instead of malloc() in refclock_datum.c (Calysto). diff --git a/ntpd/ntp_proto.c b/ntpd/ntp_proto.c index da17e3b1c..69ef94178 100644 --- a/ntpd/ntp_proto.c +++ b/ntpd/ntp_proto.c @@ -2130,6 +2130,8 @@ clock_select(void) * the island to the rats. */ if (nlist == 0) { + error[0] = 0; + synch[0] = 0; if (typeacts != 0) { typeacts->status = CTL_PST_SEL_DISTSYSPEER; peer_list[0] = typeacts;