From: Miroslav Lichvar Date: Thu, 20 Mar 2014 18:09:04 +0000 (+0100) Subject: ntp: don't store tx time stamp when replying to known source X-Git-Tag: 1.30-pre1~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f9e2213afdbe2acbc21b9519b72cba792fa540ef;p=thirdparty%2Fchrony.git ntp: don't store tx time stamp when replying to known source --- diff --git a/ntp_core.c b/ntp_core.c index 3a08c77e..388b3a54 100644 --- a/ntp_core.c +++ b/ntp_core.c @@ -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); }