From: Harlan Stenn Date: Sun, 31 May 2020 09:47:05 +0000 (+0000) Subject: [Bug 3644]: Do we want to log an event in this case? X-Git-Tag: NTP_4_2_8P15~6^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5623069edebb2c5e3daac78f2633af3bc5f1da0d;p=thirdparty%2Fntp.git [Bug 3644]: Do we want to log an event in this case? bk: 5ed37d19L1S7G5NFdvqn0_v_3DwRjw --- diff --git a/ntpd/ntp_timer.c b/ntpd/ntp_timer.c index 42088e16e..4f669f069 100644 --- a/ntpd/ntp_timer.c +++ b/ntpd/ntp_timer.c @@ -357,6 +357,8 @@ timer(void) * should eventually declare we're out of sync. Otherwise we * would persistently claim we're good, and we're everything but * that... + * + * XXX: do we want to log an event about this? */ if (sys_peer == NULL && current_time > orphwait) { if (sys_orphan < STRATUM_UNSPEC) {