From f9e2213afdbe2acbc21b9519b72cba792fa540ef Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Thu, 20 Mar 2014 19:09:04 +0100 Subject: [PATCH] ntp: don't store tx time stamp when replying to known source --- ntp_core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ntp_core.c b/ntp_core.c index 3a08c77..388b3a5 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); }