]> git.ipfire.org Git - thirdparty/bind9.git/commit
Avoid running get_matching_view() asynchronously on an error path
authorAram Sargsyan <aram@isc.org>
Mon, 3 Jun 2024 10:49:46 +0000 (10:49 +0000)
committerNicki Křížek <nicki@isc.org>
Mon, 10 Jun 2024 15:35:40 +0000 (17:35 +0200)
commit54ddd848fedb320497bf6a8dd54a3679990c0a61
treedfe65b4c3598685132eb2a2cf2252224c946ca79
parenta2b61c0a65c4e034c39632cc23a7a689a7443fd3
Avoid running get_matching_view() asynchronously on an error path

Also create a new ns_client_async_reset() static function to decrease
code duplication.
bin/named/server.c
lib/ns/client.c