]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Note places to look for things related to bug 3592
authorHarlan Stenn <stenn@ntp.org>
Thu, 5 Dec 2019 05:58:36 +0000 (05:58 +0000)
committerHarlan Stenn <stenn@ntp.org>
Thu, 5 Dec 2019 05:58:36 +0000 (05:58 +0000)
bk: 5de89c8csiWofz8_gujNcTu8vgDwsA

ntpd/ntp_proto.c

index 38a4682dfa9a58ea70b27414318c3a80440950fe..b821c6c545d120368ee6477075900893617daa01 100644 (file)
@@ -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);
 
        /**/