]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Fix assertion failure when checking named-checkconf version
authorOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 10:16:39 +0000 (10:16 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 10:16:39 +0000 (10:16 +0000)
commit00739e99f67bb8907307d915c734b9b1bf07424a
treec272ddd70e473b73f86f51da298a08f97f2183fb
parent7a705a3ea4ed22994e3511ab334bcd81a2730f2b
parentc54880e3fad9f6c569de04fccf5489372b624311
fix: usr: Fix assertion failure when checking named-checkconf version

Checking the version of `named-checkconf` would end with assertion failure.  This has been fixed.

Closes #4827

Merge branch '4827-cleanup-dst-only-if-initialized' into 'main'

Closes #4827

See merge request isc-projects/bind9!9243