ntp: count missing samples when waiting for NTS-KE
Count missing samples for the median filter when
NAU_PrepareRequestAuth() is failing.
Fixes: 4234732b08
("ntp: rework filter option to count missing samples")
This commit is contained in:
parent
6270a3eb7c
commit
f99b2f633b
1 changed files with 2 additions and 0 deletions
|
@ -1311,6 +1311,8 @@ transmit_timeout(void *arg)
|
|||
if (!NAU_PrepareRequestAuth(inst->auth)) {
|
||||
SRC_UpdateReachability(inst->source, 0);
|
||||
restart_timeout(inst, get_transmit_delay(inst, 1, 0.0));
|
||||
/* Count missing samples for the sample filter */
|
||||
process_sample(inst, NULL);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue