From: Michal Nowak Date: Mon, 1 Jun 2026 14:50:50 +0000 (+0200) Subject: fix: dev: Fix wrong variable in named_server_sync() log message X-Git-Tag: v9.21.23~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f8a222b1d8f6f49de9f80b044481fd56cdd125c2;p=thirdparty%2Fbind9.git fix: dev: Fix wrong variable in named_server_sync() log message named_server_sync() logged isc_result_totext(result) but returns tresult. The loop accumulates errors into tresult, so result only holds the last iteration's value. If the last view succeeded but an earlier one failed, the log would incorrectly say "success". Merge branch 'mnowak/fix-server-sync-log' into 'main' See merge request isc-projects/bind9!12090 --- f8a222b1d8f6f49de9f80b044481fd56cdd125c2