]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 604] ntpd regularly dies on linux/alpha
authorHarlan Stenn <stenn@ntp.org>
Wed, 27 Jun 2007 06:21:23 +0000 (02:21 -0400)
committerHarlan Stenn <stenn@ntp.org>
Wed, 27 Jun 2007 06:21:23 +0000 (02:21 -0400)
bk: 468201e3mAGiZNbnnHQyz26dGHCrGA

ChangeLog
ntpd/ntp_proto.c

index 3043d11b2269064a407b505883fb45959a52a50b..01ec5103ecbf401bd851a700b1d4d4eb6b74cfe5 100644 (file)
--- 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).
index da17e3b1ce2f2dcd936744f5ecb541fdc65aa785..69ef94178fb007c158b58216a326595817c29c3b 100644 (file)
@@ -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;