true, this is a much better solution.

I tested the new change below, and it works as expected.

here's the new patch:

---
diff --git a/networking/ntpd.c b/networking/ntpd.c
index ed83415..6bee289 100644
--- a/networking/ntpd.c
+++ b/networking/ntpd.c
@@ -1434,6 +1434,7 @@ update_local_clock(peer_t *p)
                 */
                VERB4 bb_error_msg("stepping time by %+f;
poll_exp=MINPOLL", offset);
                step_time(offset);
+               recv_time += offset;
                if (option_mask32 & OPT_q) {
                        /* We were only asked to set time once. Done. */
                        exit(0);
---

(as for my messages not reaching the mailing list, John suggested
disabling multipart that is on by default in Gmail web interface. I
forced plain text and hopefully that will work)

/max
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to