]> 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 02:06:58 +0000 (18:06 -0800)
commit6b47d98a95034ed980cb7ed795c415c7590ee19a
tree42ed801e5615388316341761d73a2b4e816c4588
parent95d75b653ce4603d97a635876f46b4f29c8ccc16
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