From: Colin Vidal Date: Sat, 22 Nov 2025 03:51:30 +0000 (+0100) Subject: fix: nil: Do not log no root hints of _bind chaos view X-Git-Tag: v9.21.16~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=376313c8dc612da4cae9a549a51159cb8df013ce;p=thirdparty%2Fbind9.git fix: nil: Do not log no root hints of _bind chaos view The "no root hints for view X" message must not be shown for the default _bind/CH view. However, it is shown since 27c4f68dcc1 (part of effective configuration changes). The reason is that since 27c4f68dcc1, `configure_views()` now processes a single list of views, which contains both builtin and user views as they are both part of the effective configuration. The changes omit the (now removed, since 6b5f714e53) `need_hints` bool that was disabling the warning for the builtin view (_bind/CH). This disable that log again when configuring _bind/CH view. Merge branch 'colin/nohintswarn-bindchaos' into 'main' See merge request isc-projects/bind9!11264 --- 376313c8dc612da4cae9a549a51159cb8df013ce