]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Lose a syslog message per Jonathan Buzzard
authorHarlan Stenn <stenn@ntp.org>
Sat, 26 Apr 2003 07:34:12 +0000 (03:34 -0400)
committerHarlan Stenn <stenn@ntp.org>
Sat, 26 Apr 2003 07:34:12 +0000 (03:34 -0400)
bk: 3eaa3674XQfEjOHEqofYnHEQZyt_Hg

ntpd/refclock_shm.c

index 3747ce085a8b7236314ab3b42b21bd9f44e44c31..cc3d1d96074702604d2c8eac93220759480ed79a 100644 (file)
@@ -285,7 +285,9 @@ shm_poll(
        }
        else {
                refclock_report(peer, CEVNT_TIMEOUT);
+               /*
                msyslog (LOG_NOTICE, "SHM: no new value found in shared memory");
+               */
                return;
        }
        if (!refclock_process(pp)) {