]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Fix zone deletion issue
authorOndřej Surý <ondrej@isc.org>
Wed, 28 May 2025 17:48:57 +0000 (17:48 +0000)
committerOndřej Surý <ondrej@isc.org>
Wed, 28 May 2025 17:48:57 +0000 (17:48 +0000)
A secondary zone could initiate a new zone transfer from the
primary server after it had been already deleted from the
secondary server, and before the internal garbage collection
was activated to clean it up completely. This has been fixed.

Closes #5291

Merge branch '5291-zone-delete-bug' into 'main'

See merge request isc-projects/bind9!10449


Trivial merge