]> git.ipfire.org Git - thirdparty/bind9.git/commit
rem: dev: Cleanup BIND 8 compatibility code
authorOndřej Surý <ondrej@isc.org>
Tue, 18 Mar 2025 00:12:31 +0000 (00:12 +0000)
committerOndřej Surý <ondrej@isc.org>
Tue, 18 Mar 2025 00:12:31 +0000 (00:12 +0000)
commit575a2e5f114c6659ca3c645ba8d63e9584cd3f08
tree4d499d6944913105ae0ada3dc7288617eebaf09c
parent9d9e9d9cb17450c13d7936e5122b366519a253b3
parent0d9f58b7457213bac3508fcb41f528c26c5d53b4
rem: dev: Cleanup BIND 8 compatibility code

There was some code in dns_resolver unit meant to keep compatibility with BIND 8 breaking the DNS protocol.  These should not be needed anymore.

Merge branch 'ondrej/resolver-bind-8-cleanup' into 'main'

See merge request isc-projects/bind9!10270