]> git.ipfire.org Git - thirdparty/chrony.git/commit
ntp: remove unnecessary check for NULL local timestamp
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 16 Mar 2023 16:19:33 +0000 (17:19 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 22 Mar 2023 08:13:53 +0000 (09:13 +0100)
commita5f1a113f0d5b2430323c61a71c57e51f7145f5e
tree7b481503f1069e62746e65c46603527e41effa17
parent5160f14fdcbf7335120dc10b09f95d7a881029bf
ntp: remove unnecessary check for NULL local timestamp

After 5f4cbaab7e0e ("ntp: optimize detection of clients using
interleaved mode") the local TX timestamp is saved for all requests
indicating interleaved mode even when no previous RX timestamp is found.
ntp_core.c