From: Harlan Stenn Date: Wed, 1 May 2002 01:32:55 +0000 (-0400) Subject: Update the peer->stratum. X-Git-Tag: NTP_4_1_73~151^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7faecbf8091b4b814e153e5cc5467c246290e5c;p=thirdparty%2Fntp.git Update the peer->stratum. Bugfix from Dave Mills. bk: 3ccf45c7RDSCI616CUG48aEEF5OYpQ --- diff --git a/ntpd/refclock_local.c b/ntpd/refclock_local.c index 7098c5a634..a79b12c9ff 100644 --- a/ntpd/refclock_local.c +++ b/ntpd/refclock_local.c @@ -160,6 +160,7 @@ local_start( * Initialize miscellaneous variables */ peer->precision = sys_precision; + peer->stratum = STRATUM; pp->stratum = STRATUM; pp->clockdesc = DESCRIPTION; memcpy((char *)&pp->refid, REFID, 4);