Avoid resetting the active status when an NTP source changes its
address in NCR_ChangeRemoteAddress().
This will allow an NTP source to update its address with NTS-KE
hostname negotiation and continue in a special reference mode
(e.g. -q/-Q option).
result->index = n_sources;
result->type = type;
result->sel_options = sel_options;
+ result->active = 0;
SRC_SetRefid(result, ref_id, addr);
SRC_ResetInstance(result);
void
SRC_ResetInstance(SRC_Instance instance)
{
- instance->active = 0;
instance->updates = 0;
instance->reachability = 0;
instance->reachability_size = 0;