From: Evan Hunt Date: Fri, 17 Oct 2025 20:36:32 +0000 (+0000) Subject: fix: usr: Report when a zone reload is already in progress X-Git-Tag: v9.21.15~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0caba8e9ce8bb57ea46a08a3a42550978e5af8e7;p=thirdparty%2Fbind9.git fix: usr: Report when a zone reload is already in progress If a zone reload was already in progress when `rndc reload ` 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 --- 0caba8e9ce8bb57ea46a08a3a42550978e5af8e7