]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 3644]: Do we want to log an event in this case?
authorHarlan Stenn <stenn@ntp.org>
Sun, 31 May 2020 09:47:05 +0000 (09:47 +0000)
committerHarlan Stenn <stenn@ntp.org>
Sun, 31 May 2020 09:47:05 +0000 (09:47 +0000)
bk: 5ed37d19L1S7G5NFdvqn0_v_3DwRjw

ntpd/ntp_timer.c

index 42088e16e6e3cb574801244c15768bacb27282b4..4f669f0699fabddfac3e91d55baa10a2fe378c7f 100644 (file)
@@ -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) {