]> git.ipfire.org Git - thirdparty/bind9.git/commit
rem: nil: Remove maybe_cancel_validators() function
authorOndřej Surý <ondrej@isc.org>
Sat, 8 Nov 2025 23:37:23 +0000 (00:37 +0100)
committerOndřej Surý <ondrej@isc.org>
Sat, 8 Nov 2025 23:37:23 +0000 (00:37 +0100)
commit48deff9faef5554e203b6f452bacbbb70ae03afc
tree4d1a3cd179ddb47bf1a4d850552e4deda4a31593
parent1014c622fad644b52a08d78066647e29de9e8b31
parente62895e999e03e1e64d62c5da942b17fd15b8c75
rem: nil: Remove maybe_cancel_validators() function

When shutting down an fctx, validators can just be canceled
without checking whether there are pending finds.

Merge branch 'ondrej/remove-maybe_cancel_validators' into 'main'

See merge request isc-projects/bind9!11229