]> git.ipfire.org Git - thirdparty/bind9.git/commit
rr_exists should not error if the name does not exist
authorMark Andrews <marka@isc.org>
Mon, 28 Aug 2023 01:53:21 +0000 (11:53 +1000)
committerMark Andrews <marka@isc.org>
Tue, 29 Aug 2023 14:48:50 +0000 (00:48 +1000)
commitb76a15977a5c3f0a7031194ebcce91617c4f03e4
treeec3e19b3782bf1c9a2fac79d9bd3ba94a8893123
parent2b7192c5be69486fea8dd45b07edae39658eecde
rr_exists should not error if the name does not exist

rr_exists errored if the name did not exist in the zone.  This was
not an issue prior to the addition of krb5-subdomain-self-rhs and
ms-subdomain-self-rhs as the only name used was the zone name which
always existed.
lib/ns/update.c