summaryrefslogtreecommitdiff
path: root/contrib/ntp/ntpd/refclock_gpsdjson.c
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2016-12-22 16:19:05 +0000
committerXin LI <delphij@FreeBSD.org>2016-12-22 16:19:05 +0000
commita9b4be204689211fddaab97ddd6df73b8f44d222 (patch)
treec763313cbeed3fb4c2eaab81925e4718bb6d5a62 /contrib/ntp/ntpd/refclock_gpsdjson.c
parent6f2862ca3cb65eff13a8f228a0d447ecfc81cc68 (diff)
Notes
Diffstat (limited to 'contrib/ntp/ntpd/refclock_gpsdjson.c')
-rw-r--r--contrib/ntp/ntpd/refclock_gpsdjson.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ntp/ntpd/refclock_gpsdjson.c b/contrib/ntp/ntpd/refclock_gpsdjson.c
index 24a15e7f62aa..7c4931149c6c 100644
--- a/contrib/ntp/ntpd/refclock_gpsdjson.c
+++ b/contrib/ntp/ntpd/refclock_gpsdjson.c
@@ -949,7 +949,7 @@ add_clock_sample(
pp->lastref = stamp;
if (pp->coderecv == pp->codeproc)
refclock_report(peer, CEVNT_NOMINAL);
- refclock_process_offset(pp, stamp, recvt, 0.0);
+ refclock_process_offset(pp, stamp, recvt, pp->fudgetime1);
}
/* ------------------------------------------------------------------ */