diff --git a/clientlog.c b/clientlog.c index 79d643f..96cb04e 100644 --- a/clientlog.c +++ b/clientlog.c @@ -751,7 +751,7 @@ static void int64_to_ntp64(uint64_t ts, NTP_int64 *ntp_ts) { ntp_ts->hi = htonl(ts >> 32); - ntp_ts->lo = htonl(ts & ((1ULL << 32) - 1)); + ntp_ts->lo = htonl(ts); } /* ================================================== */