diff options
Diffstat (limited to 'contrib/ntp/ntpd/refclock_local.c')
-rw-r--r-- | contrib/ntp/ntpd/refclock_local.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/ntp/ntpd/refclock_local.c b/contrib/ntp/ntpd/refclock_local.c index 345a7a2..0a0ecc0 100644 --- a/contrib/ntp/ntpd/refclock_local.c +++ b/contrib/ntp/ntpd/refclock_local.c @@ -252,6 +252,7 @@ local_poll( ext_enable = 0; } #endif /* KERNEL_PLL STA_CLK */ + pp->lastref = pp->lastrec; refclock_receive(peer); pp->fudgetime1 = 0; } |