]> git.ipfire.org Git - thirdparty/bind9.git/commit
set loadtime during initial transfer of a secondary zone
authorEvan Hunt <each@isc.org>
Sat, 11 Nov 2023 21:15:27 +0000 (13:15 -0800)
committerEvan Hunt <each@isc.org>
Mon, 20 Nov 2023 17:56:50 +0000 (09:56 -0800)
commit12c60e9a265753bc5cd801e1b205df8081fac918
tree79af1e21b3887e344bb7a9d206220158b40eb748
parent6e32e189f0c84122b22c81473239abc1596491f9
set loadtime during initial transfer of a secondary zone

when transferring in a non-inline-signing secondary for the first time,
we previously never set the value of zone->loadtime, so it remained
zero. this caused a test failure in the statschannel system test,
and that test case was temporarily disabled.  the value is now set
correctly and the test case has been reinstated.

(cherry picked from commit 964328145383d2c95377f48e61ea9f05cfb6d8a7)
bin/tests/system/statschannel/generic.py
lib/dns/zone.c