]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: usr: fix false QNAME minimisation error being reported
authorMark Andrews <marka@isc.org>
Thu, 1 Aug 2024 06:38:16 +0000 (06:38 +0000)
committerMark Andrews <marka@isc.org>
Thu, 1 Aug 2024 06:38:16 +0000 (06:38 +0000)
commit4984afc80c118973a741160d0c65fd04cdfd0226
tree5118b53053e09f0169bf7456b18741f50e3cd993
parent2db62a4dba49730ba9c0bfe443da538faa59629f
parent4649e85e3bf5281adbf43a95a00e5ea226c690d8
[9.18] fix: usr: fix false QNAME minimisation error being reported

Remove the false positive "success resolving" log message when QNAME minimisation is in effect and the final result is NXDOMAIN.

Closes #4784

Backport of MR !9117

Merge branch 'backport-4784-false-qname-minimisation-error-being-reported-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9216