]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
ntp: don't store tx time stamp when replying to known source
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 20 Mar 2014 18:09:04 +0000 (19:09 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 21 Mar 2014 12:20:31 +0000 (13:20 +0100)
ntp_core.c

index 3a08c77e4ad49deb1e787457106ea911d2aa46fc..388b3a54ba2581025979ded1aefe407c532a5b77 100644 (file)
@@ -1325,8 +1325,8 @@ NCR_ProcessKnown
                           authenticate_reply, reply_auth_key_id,
                           &message->transmit_ts,
                           now,
-                          &inst->local_tx,
-                          &inst->local_ntp_tx,
+                          NULL,
+                          NULL,
                           &inst->remote_addr);
         }