]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Remove 'target' from dns_adb
authorEvan Hunt <each@isc.org>
Wed, 26 Feb 2025 00:43:46 +0000 (00:43 +0000)
committerEvan Hunt <each@isc.org>
Wed, 26 Feb 2025 00:43:46 +0000 (00:43 +0000)
When a server name turns out to be a CNAME or DNAME, the ADB does not use it, but the `dns_adbname` structure still stored a copy of the target name. This is unnecessary and the code has been removed.

Merge branch 'each-remove-adb-target' into 'main'

See merge request isc-projects/bind9!10149


Trivial merge