]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Report when a zone reload is already in progress
authorEvan Hunt <each@isc.org>
Fri, 17 Oct 2025 20:36:32 +0000 (20:36 +0000)
committerEvan Hunt <each@isc.org>
Fri, 17 Oct 2025 20:36:32 +0000 (20:36 +0000)
commit0caba8e9ce8bb57ea46a08a3a42550978e5af8e7
treecf338e050bf56f04d0485fdf66fc811e344eb57f
parent82a150adca796b2b4591ab7e22d58d65c23515a2
parent43f53b501081feadcbfc171b86a02cf2f38e4e97
fix: usr: Report when a zone reload is already in progress

If a zone reload was already in progress when `rndc reload <zone>` was
run, the message returned was "zone reload queued", which was technically
correct, but it was identical to the message returned when a reload
was not in progress. Consequently, a user could issue two reload commands
without realizing that only one reload had actually taken place. This has
been addressed by changing the message returned to "zone reload was already queued".

Closes #5140

Merge branch '5140-report-reload-in-progress' into 'main'

See merge request isc-projects/bind9!10849