]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Fix the 'rndc dumpdb' command's error reporting
authorArаm Sаrgsyаn <aram@isc.org>
Wed, 25 Sep 2024 09:07:46 +0000 (09:07 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 25 Sep 2024 09:07:46 +0000 (09:07 +0000)
commit4498c0216f1012db574243db2a0a181278bd8682
treeb67e3584f837a956d8977e90b8feb483e235e358
parent812f0031bf4710d809f0d731457eb69d4b147069
parent63bddd71925b64eacb0517a0bca79a4d76ca27a4
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