aboutsummaryrefslogtreecommitdiff
path: root/networking/ntpd.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2014-01-08 17:17:52 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2014-01-08 17:17:52 +0100
commitcb7611385c5ec7bc951d9be24a0ccbe8d89d2e4f (patch)
tree531fea360ada337a4f52ff9d2ec28edc420387f1 /networking/ntpd.c
parent96f92a1afac1599cc5f6128e7e9a43bdab220bc8 (diff)
downloadbusybox-cb7611385c5ec7bc951d9be24a0ccbe8d89d2e4f.tar.gz
ntpd: adjust last packet's recv time after a step
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/ntpd.c')
-rw-r--r--networking/ntpd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/ntpd.c b/networking/ntpd.c
index ed83415b4..c4b018778 100644
--- a/networking/ntpd.c
+++ b/networking/ntpd.c
@@ -1445,6 +1445,8 @@ update_local_clock(peer_t *p)
run_script("step", offset);
+ recv_time += offset;
+
#if USING_INITIAL_FREQ_ESTIMATION
if (G.discipline_state == STATE_NSET) {
set_new_values(STATE_FREQ, /*offset:*/ 0, recv_time);