]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit2c8d9c490cccab7bdf9202847216bab45569b8a8
tree7cb03177e6dd15bc91da4f3e1678eb1d38bfed9b
parent8e631afebe1260c8778bb8f6e36233cb1b0d0198
parentb14df7d459e7d0950d15adf9741fb06b751cf113
fix: nil: Stop the timer when canceling the last fetch

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