]> git.ipfire.org Git - thirdparty/bind9.git/commit
reduce search_lock coverage
authorEvan Hunt <each@isc.org>
Sat, 30 Sep 2023 20:23:51 +0000 (13:23 -0700)
committerEvan Hunt <each@isc.org>
Mon, 9 Oct 2023 20:29:02 +0000 (13:29 -0700)
commitbf81ef3fc0fc70bdc81f488a0e1a42fdd9b86f67
tree027b2b069964ff58d7c62e6ba8db10644fb9df7a
parentfeea05d5c4d277f3f17fa7b8454cf43db229cd61
reduce search_lock coverage

now that we're using qpmulti for the summary database, we
no longer need to hold search_lock for it. we do still need
it for the radix tree and the trigger counts.
lib/dns/rpz.c