]> git.ipfire.org Git - thirdparty/bind9.git/commit
Always call zone_settimer()
authorMark Andrews <marka@isc.org>
Thu, 27 Feb 2020 06:43:26 +0000 (17:43 +1100)
committerMark Andrews <marka@isc.org>
Tue, 3 Mar 2020 05:41:05 +0000 (16:41 +1100)
commitf65514579c5d52d219aae17601ef2a78263a5f8a
treeaa82095f210ba803f410cda50f60e06761ad917c
parent1103f41fa06ae593e0a1a3bf8cf8f7ca6ada7b7d
Always call zone_settimer()

zone_needdump() could potentially not call zone_settimer() so
explitly call zone_settimer() as zone->resigntime could have
gone backward.

(cherry picked from commit 5ec57f31b0cca77f2629bac888c323cd619979ee)
lib/dns/zone.c