From: Harlan Stenn Date: Thu, 5 Dec 2019 05:58:36 +0000 (+0000) Subject: Note places to look for things related to bug 3592 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89636a596cbf1048301deba6137d52895d5bc2b0;p=thirdparty%2Fntp.git Note places to look for things related to bug 3592 bk: 5de89c8csiWofz8_gujNcTu8vgDwsA --- diff --git a/ntpd/ntp_proto.c b/ntpd/ntp_proto.c index 38a4682df..b821c6c54 100644 --- a/ntpd/ntp_proto.c +++ b/ntpd/ntp_proto.c @@ -2483,6 +2483,7 @@ process_packet( peer->seldisptoolarge++; DPRINTF(1, ("packet: flash header %04x\n", peer->flash)); + /* See bug 3592. */ poll_update(peer, peer->hpoll); /* ppoll updated? */ return; } @@ -2527,6 +2528,10 @@ process_packet( if (peer->burst > 0) peer->nextdate = current_time; } + /* + * While looking at bug 3592, Pearly wonders if the + * poll_update() below should be inside the "if" block above + */ poll_update(peer, peer->hpoll); /**/