]> 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 04:26:27 +0000 (15:26 +1100)
commit5ec57f31b0cca77f2629bac888c323cd619979ee
treeb8a8e811d95d14f5b31d596036d1a057f30f74f6
parent5d1611afdc61ea8f19ceecc3e88cdb2296ec3914
Always call zone_settimer()

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