]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Fix dns_qp_insert() checks in qpzone
authorEvan Hunt <each@isc.org>
Tue, 18 Feb 2025 05:54:33 +0000 (05:54 +0000)
committerEvan Hunt <each@isc.org>
Tue, 18 Feb 2025 05:54:33 +0000 (05:54 +0000)
Remove code in the QP zone database to handle failures of `dns_qp_insert()` which can't actually happen.

Closes #5171

Merge branch '5171-qpzone-insert-checks' into 'main'

See merge request isc-projects/bind9!10088


Trivial merge