]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Fix detection of whether node is active in find_wildcard()
authorOndřej Surý <ondrej@isc.org>
Mon, 15 Sep 2025 15:45:15 +0000 (17:45 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 15 Sep 2025 15:45:15 +0000 (17:45 +0200)
The current code would fail during the write transaction.  The first
header would not match the search->serial and the node might be
incorrectly detected as inactive.

Merge branch 'ondrej/fix-find-wildnode-active-node-detection' into 'main'

See merge request isc-projects/bind9!10972


Trivial merge