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-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29b8b540cd36d3daa1b61aaa1f33d066aeb5c182;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) {