]> git.ipfire.org Git - thirdparty/bind9.git/commit
Simplify locking in dns_view_detach()
authorTony Finch <dot@dotat.at>
Tue, 14 Feb 2023 16:52:26 +0000 (16:52 +0000)
committerTony Finch <fanf@isc.org>
Thu, 16 Feb 2023 13:44:17 +0000 (13:44 +0000)
commiteb6b31b6f2cd209860e63e1ba14db4a617b409fc
tree7277abeea0b3c7ad370e5bff24fd3ecdb0663373
parent97663836eaeea2e7f6dd2ea65d44a1fdd6e09ab6
Simplify locking in dns_view_detach()

Lock just once, and shut down the resolver, adb, and requestmgr after
unlocking, like the zone table, managed keys zone, and redirect zone.
lib/dns/view.c