bk: 662f18d6iM9tKcZOv3KRP5MJuWMXPw
Fix the script checkHtmlFileDates. <burnicki@ntp.org>
* [Bug 3756] Improve OpenSSL library/header detection.
* [Bug 3753] ntpd fails to start with FIPS-enabled OpenSSL 3. <hart@ntp.org>
+* [Bug 2734] TEST3 prevents initial interleave sync. Fix from <PoolMUC@web.de>
* Remove extraneous */ from libparse/ieee754io.c
* Fix .datecheck target line in Makefile.am. <stenn@ntp.org>
* Log failures to allocate receive buffers. <hart@ntp.org>
* more flashers. Leave if the packet is not good.
*/
process_packet(peer, pkt, rbufp->recv_length);
- if (peer->flash & PKT_TEST_MASK)
+ /* Bug 2734: TEST3 prevents initial interleave sync */
+ if ((~TEST3 & peer->flash) & PKT_TEST_MASK) {
return;
+ }
/* [bug 3592] Update poll. Ideally this should not happen in a
* receive branch, but too much is going on here... at least we