bk: 4bcd41c4Itw1G_yiJ-IDdsZiK3G_nA
+* [Bug 1465] Make sure time from TS2100 is not invalid (backport from -dev).
* [Bug 1528] Fix EDITLINE_LIBS link order for ntpq and ntpdc.
* Remove --with-arlib from br-flock.
* Adjust the synchronize indicator according to timecode
* say were OK, and then say not if we really are not OK
*/
- if (synced == '>' || synced == '#' || synced == '?')
+ if (synced == '>' || synced == '#' || synced == '?'
+ || synced == 'X')
pp->leap = LEAP_NOTINSYNC;
else
pp->leap = LEAP_NOWARNING;