diff --git a/ntp_core.c b/ntp_core.c index 02394b8..9128d77 100644 --- a/ntp_core.c +++ b/ntp_core.c @@ -803,6 +803,8 @@ NCR_ResetInstance(NCR_Instance instance) void NCR_ResetPoll(NCR_Instance instance) { + instance->poll_score = 0.0; + if (instance->local_poll != instance->minpoll) { instance->local_poll = instance->minpoll;