]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: dev: Fix wrong variable in named_server_sync() log message
authorMichal Nowak <mnowak@isc.org>
Mon, 1 Jun 2026 15:44:44 +0000 (17:44 +0200)
committerMichal Nowak <mnowak@isc.org>
Mon, 1 Jun 2026 15:44:44 +0000 (17:44 +0200)
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".

Backport of MR !12090

Merge branch 'backport-mnowak/fix-server-sync-log-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!12156


Trivial merge