bk: 4cd8cd5b1op0Zh0MTlIpvgv0T2ZoeA
---
+
+* [Bug 1709] ntpdate ignores replies with equal receive and transmit
+ timestamps.
+
+---
(4.2.6p3-RC8) 2010/10/29 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 1685] NMEA driver mode byte confusion.
* Make sure the server is at least somewhat sane. If not, try
* again.
*/
- if (L_ISZERO(&rec) || !L_ISHIS(&server->org, &rec)
- || L_ISEQU(&rec, &server->org)) {
+ if (L_ISZERO(&rec) || !L_ISHIS(&server->org, &rec)) {
server->event_time = current_time + sys_timeout;
return;
}