diff options
author | Denys Vlasenko | 2014-01-20 03:41:48 +0100 |
---|---|---|
committer | Denys Vlasenko | 2014-01-20 03:41:48 +0100 |
commit | d9e0c438e10e2155513e5d26498af472c5137d65 (patch) | |
tree | 2c53de479f949ab21f9fa9227e31e01e1aba7b27 /networking | |
parent | a2dd4ee0e80f50e204f4755e725ae0b1cd07ebad (diff) | |
download | busybox-1_22_1.zip busybox-1_22_1.tar.gz |
Apply post-1.22.0 patches, bump version to 1.22.11_22_1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking')
-rw-r--r-- | networking/ntpd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/networking/ntpd.c b/networking/ntpd.c index ed83415..c4b0187 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); |