]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: dnssec-verify now uses exit code 1 when failing due to illegal options
authorMark Andrews <marka@isc.org>
Wed, 22 Oct 2025 02:21:52 +0000 (13:21 +1100)
committerMark Andrews <marka@isc.org>
Wed, 22 Oct 2025 02:21:52 +0000 (13:21 +1100)
Previously, dnssec-verify exited with code 0 if the options could not be parsed. This has been fixed.

Closes #5574

Merge branch '5574-dnssec-verify-uses-exit-code-0-when-failing-due-to-illegal-option' into 'main'

See merge request isc-projects/bind9!11106


Trivial merge