]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit764eb65cf608d9646c86155d92dcf87b4b18c3f3
tree2005ea16ba0238a406fd01cc5a6b84ce5470b410
parent6af708f3b0cbbd7954d1171e843511c2c71078d6
parent6c2af2ae3b66994f5452ee1c6f554abb054b0e82
fix: dev: Remove 'target' from dns_adb

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