bk: 4bb44924uzgElq5xzhuMdNoHSs0KDQ
* [Bug 1432] Don't set inheritable flag for linux capabilities.
+* [Bug 1465] Make sure time from TS2100 is not invalid.
* [Bug 1483] AI_NUMERICSERV undefined in 4.2.7p20.
* [Bug 1497] fudge is broken by getnetnum() change.
* [Bug 1503] Auto-enabling of monitor for "restrict ... limited" wrong.
* 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;