From: Wouter Wijngaards Date: Tue, 26 Jun 2018 13:56:23 +0000 (+0000) Subject: - Fix that auth-zone does not start the wait timer without checking X-Git-Tag: release-1.8.0rc1~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7cfe91cb3e38f2e8fd33b060e155df2e2ef3ece;p=thirdparty%2Funbound.git - 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 --- 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.