bk: 49f04630WgEC18ynAuEEgcjKioRVZg
+* WWVB refclock cleanup from Dave Mills.
* Code cleanup: requested_key -> request_key.
* [Bug 833] ignore whitespace at end of remote configuration lines
* [Bug 1033] ntpdc/ntpq crash prompting for keyid on Windows
* timecode timestamp, but only if the PPS is not in control.
*/
#ifdef HAVE_PPSAPI
- if (peer->flags & FLAG_PPS) {
- up->tcount++;
+ up->tcount++;
+ if (peer->flags & FLAG_PPS)
return;
- }
+
#endif /* HAVE_PPSAPI */
if (!refclock_process(pp))
refclock_report(peer, CEVNT_BADTIME);