]> git.ipfire.org Git - thirdparty/bind9.git/commit
Set PENDINGOK if STARTATZONE is set
authorMark Andrews <marka@isc.org>
Wed, 22 Jan 2025 09:58:33 +0000 (20:58 +1100)
committerMark Andrews <marka@isc.org>
Mon, 3 Feb 2025 00:24:34 +0000 (00:24 +0000)
commit6469ebd08e1fd18ecb87be6d9ec7111d55d4c820
tree34a1657275426e04eb4ee2f3a0245e6485217597
parentea9d7080cd4606d652414eaad7fbb331306c7862
Set PENDINGOK if STARTATZONE is set

When there are parent and child zones on the same server, the DNSKEY
lookup was failing as the pending record we are validating is needed
to fetch the DNSKEY records.  This change allows that to happen.
The caller is already setting STARTATZONE when the name being looked
up is a subdomain of the current domain.
lib/dns/adb.c