]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: usr: Fix assertion failure when checking named-checkconf version
authorOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 11:12:12 +0000 (11:12 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 11:12:12 +0000 (11:12 +0000)
commit42e84e4b97be23f2b3754844e9d4478f48e92b48
tree1dc9da6c32f3edc06e15fac76ab0cf906c4c47dd
parent2438db2eae8baf084615aff3b210ea51cd2f1fe1
parent3cb97454ccd9cc54c6907e7395abc6fdcee79054
[9.20] 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

Backport of MR !9243

Merge branch 'backport-4827-cleanup-dst-only-if-initialized-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!9246