]> 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>
Thu, 16 Nov 2023 01:23:25 +0000 (17:23 -0800)
commit964328145383d2c95377f48e61ea9f05cfb6d8a7
tree600eb455c179c42441b65bfcfae01a7695a7c83b
parentf17b94fb72094b33745f2c0f29796d55e51d58a9
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.
bin/tests/system/statschannel/generic.py
lib/dns/zone.c