]> git.ipfire.org Git - thirdparty/bind9.git/commit
rem: dev: remove CHECK_FOR_GLUE_IN_ANSWER
authorColin Vidal <colin@isc.org>
Tue, 30 Sep 2025 10:42:04 +0000 (12:42 +0200)
committerColin Vidal <colin@isc.org>
Tue, 30 Sep 2025 10:42:04 +0000 (12:42 +0200)
commit7fa4cbedc50e6d72838ed113798fcd420058a9b4
tree63c090debf8512e47999e9e70b3e0d33e2920a9f
parent54c8252c6e2d07041d12c449078fa22bdea5fe8c
parent24011e205c0cb3006fc48df64697a7d064557c82
rem: dev: remove CHECK_FOR_GLUE_IN_ANSWER

Macro CHECK_FOR_GLUE_IN_ANSWER is defined in `lib/dns/resolver.c` only,
documented nowhere and not exposed as build configuration. This is valid
at least for 9.21+, 9.20 and 9.18. Furthermore, it doesn't compile
anymore on 9.21+ with -DCHECK_FOR_GLUE_IN_ANSWER=1.

Considering it is very unlikely that anyone build named with this,
remove the code rather than fixing it.

Closes #5538

Merge branch '5538-remove-check-for-glue-in-answer' into 'main'

See merge request isc-projects/bind9!11029