]> git.ipfire.org Git - thirdparty/chrony.git/commit
ntp: move authentication calls in transmit_packet()
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 14 Oct 2021 09:52:21 +0000 (11:52 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 14 Oct 2021 14:42:23 +0000 (16:42 +0200)
commit7a80647fb44a733ba5895898003376c319aea888
tree31bee6c1188665acf3ec6a505c019b69556962a7
parent14b8df37024f7d4c6270804ec64dfca45c6cad1e
ntp: move authentication calls in transmit_packet()

Move the calls resetting and generating authentication data out of the
loop checking for unique TX timestamp. This allows the timestamps to be
manipulated after the check.
ntp_core.c