mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 04:15:07 -05:00
ntp: fix remote poll in measurements log
Write the poll value from the received packet instead of the saved value, which doesn't have to be always updated.
This commit is contained in:
@@ -1582,7 +1582,7 @@ receive_packet(NCR_Instance inst, NTP_Local_Address *local_addr,
|
||||
leap_chars[pkt_leap],
|
||||
message->stratum,
|
||||
test1, test2, test3, test5, test6, test7, testA, testB, testC, testD,
|
||||
inst->local_poll, inst->remote_poll,
|
||||
inst->local_poll, message->poll,
|
||||
inst->poll_score,
|
||||
offset, delay, dispersion,
|
||||
pkt_root_delay, pkt_root_dispersion, pkt_refid,
|
||||
|
||||
Reference in New Issue
Block a user