From d7cfe91cb3e38f2e8fd33b060e155df2e2ef3ece Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 26 Jun 2018 13:56:23 +0000 Subject: [PATCH] - Fix that auth-zone does not start the wait timer without checking if the wait timer has already been started. (the code is part of the previous commit). git-svn-id: file:///svn/unbound/trunk@4756 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/Changelog b/doc/Changelog index 617ccbf09..8af6507ce 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -2,6 +2,8 @@ - Tentative fix for permission denied on IPv6 address on FreeBSD. - Fix that auth-zone master reply with current SOA serial does not stop scan of masters for an updated zone. + - Fix that auth-zone does not start the wait timer without checking + if the wait timer has already been started. 21 June 2018: Wouter - #4108: systemd reload hang fix.