]> 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:10:45 +0000 (16:10 +1100)
commit7f86372e5a233a53ebdd6bbf6234cead0aff2b4d
tree716e6f64343cd00028ba7162ac9e17b45c04a67f
parent91f75acb2720463f55b77e54526aa23a6d027690
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