]> git.ipfire.org Git - thirdparty/bind9.git/commit
named-checkconf -z could exit with an incorrect staatus
authorEvan Hunt <each@isc.org>
Thu, 30 Apr 2020 20:17:37 +0000 (13:17 -0700)
committerEvan Hunt <each@isc.org>
Sat, 2 May 2020 00:47:44 +0000 (17:47 -0700)
commit410ee752dd2f6860bab52eec872920b7ebd2fad4
treee45f8c47a8f7151223ef904ddc80eece4332c358
parentdfb33fc93d4d222280f7d4cf8c908be44848e16c
named-checkconf -z could exit with an incorrect staatus

the CHECK() macro resets result, so an error code from an earlier
view could be erased if the last view loaded had no errors.

(cherry picked from commit 7e736602062a4f96b5ff5e89cd998db861362b03)
CHANGES
bin/check/named-checkconf.c
bin/tests/system/checkconf/check-missing-zone.conf [new file with mode: 0644]
bin/tests/system/checkconf/tests.sh
util/copyrights