From: Evan Hunt Date: Wed, 26 Feb 2025 00:43:46 +0000 (+0000) Subject: fix: dev: Remove 'target' from dns_adb X-Git-Tag: ondrej/lock-free-qpzone-reads-v1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=764eb65cf608d9646c86155d92dcf87b4b18c3f3;p=thirdparty%2Fbind9.git 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 --- 764eb65cf608d9646c86155d92dcf87b4b18c3f3