From: Harlan Stenn Date: Sat, 26 Oct 2002 00:12:59 +0000 (-0400) Subject: Clock state machine bugfix from Dave Mills. X-Git-Tag: NTP_4_1_1C_RC1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1832fe95ce943dd61c3628d8634e91b8ee599c32;p=thirdparty%2Fntp.git Clock state machine bugfix from Dave Mills. bk: 3db9de0brUXQlZT3bARZF7gKRBbt6A --- diff --git a/ntpd/ntp_loopfilter.c b/ntpd/ntp_loopfilter.c index 21085aaab..1d24897fd 100644 --- a/ntpd/ntp_loopfilter.c +++ b/ntpd/ntp_loopfilter.c @@ -292,7 +292,7 @@ local_clock( step_systime(fp_offset); NLOG(NLOG_SYNCEVENT|NLOG_SYSEVENT) msyslog(LOG_NOTICE, "time set %.6f s", fp_offset); - rstclock(S_FREQ, peer->epoch, fp_offset); + rstclock(S_FREQ, peer->epoch, 0); return (1); }