]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: nil: set cfgmaps correctly alessio/checkpoint-pre-effective-config
authorEvan Hunt <each@isc.org>
Wed, 29 Oct 2025 20:24:56 +0000 (20:24 +0000)
committerEvan Hunt <each@isc.org>
Wed, 29 Oct 2025 20:24:56 +0000 (20:24 +0000)
commit2e8ecebc6391994a075e622689cba4c95ffb380a
tree852c0cb331989aa7c6ee2fab1dfb13b1e88206de
parent539cda62a744ca7a380440f967c258051f8155db
parent0bf2df7316a827c23f1835a68f00289443d5378f
fix: nil: set cfgmaps correctly

A typo in MR !11165 caused `cfgmaps` to be set with only the top-level
configuration, not the view configuration.

Merge branch 'each-fix-cfgmaps' into 'main'

See merge request isc-projects/bind9!11173