ntp: don't store tx time stamp when replying to known source
This commit is contained in:
parent
8b362ba3e7
commit
f9e2213afd
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue