From: Arаm Sаrgsyаn Date: Wed, 25 Sep 2024 09:07:46 +0000 (+0000) Subject: fix: usr: Fix the 'rndc dumpdb' command's error reporting X-Git-Tag: v9.21.2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4498c0216f1012db574243db2a0a181278bd8682;p=thirdparty%2Fbind9.git fix: usr: Fix the 'rndc dumpdb' command's error reporting The 'rndc dumpdb' command wasn't reporting errors which occurred when starting up the database dump process by named, like, for example, a permission denied error for the 'dump-file' file. This has been fixed. Note, however, that 'rndc dumpdb' performs asynchronous writes, so errors can also occur during the dumping process, which will not be reported back to 'rndc', but which will still be logged by named. Closes #4944 Merge branch '4944-rndc-dumpdb-do-not-ignore-errors' into 'main' See merge request isc-projects/bind9!9547 --- 4498c0216f1012db574243db2a0a181278bd8682