ntp: don't store tx time stamp when replying to known source

This commit is contained in:
Miroslav Lichvar 2014-03-20 19:09:04 +01:00
parent 8b362ba3e7
commit f9e2213afd

View file

@ -1325,8 +1325,8 @@ NCR_ProcessKnown
authenticate_reply, reply_auth_key_id, authenticate_reply, reply_auth_key_id,
&message->transmit_ts, &message->transmit_ts,
now, now,
&inst->local_tx, NULL,
&inst->local_ntp_tx, NULL,
&inst->remote_addr); &inst->remote_addr);
} }