]> 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:17:30 +0000 (16:17 +1100)
commit43ff3b3ad5fdebff5f0761351851025175cf5437
tree7c7bd87b9ff832c480525f9378757590b301f0da
parentbfef5ce9bc5d3ff660aad805281f80a5b98a0871
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