]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: nil: Stop the timer when canceling the last fetch
authorOndřej Surý <ondrej@isc.org>
Thu, 23 Jan 2025 17:25:37 +0000 (17:25 +0000)
committerOndřej Surý <ondrej@isc.org>
Thu, 23 Jan 2025 17:25:37 +0000 (17:25 +0000)
When canceling the last fetch, we also need to stop the fctx_expired
timer from possibly firing between the fctx_shutdown() call and the
fetch being actually destroyed along with the timer.

Closes #5136

Merge branch '5136-stop-timer-when-canceling-last-fetch-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9988


Trivial merge