bind9/bin/named
Michal Nowak 84f5610d4f 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".

Assisted-by: Claude:claude-opus-4-7
(cherry picked from commit 1b984b1f11)
2026-06-01 17:43:58 +02:00
..
include implement the systemd notification protocol manually, drop libsystemd 2025-06-03 15:04:42 +00:00
.gitignore Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
bind9.xsl Disable output escaping in bind9.xsl 2026-05-15 15:36:41 +10:00
builtin.c Remove redundant parentheses from the return statement 2024-11-19 14:26:52 +01:00
config.c fix unitiailized pointer check on getipandkeylist 2025-11-28 15:38:18 +01:00
control.c Implement rndc reset-stats counter-name 2025-03-27 09:36:43 +00:00
controlconf.c Run conn_cleanup on isccc_cc_towire failure in control_respond 2026-04-30 07:33:28 +00:00
dlz_dlopen_driver.c Use clang-format-20 to update formatting 2025-06-25 13:32:08 +10:00
fuzz.c Remove redundant parentheses from the return statement 2024-11-19 14:26:52 +01:00
geoip.c Remove redundant parentheses from the return statement 2024-11-19 14:26:52 +01:00
log.c Remove redundant parentheses from the return statement 2024-11-19 14:26:52 +01:00
logconf.c standardize CHECK and RETERR macros 2025-12-03 19:17:20 -08:00
main.c Limit the number of addresses returned per ADB find 2026-05-07 13:09:18 +02:00
Makefile.am implement the systemd notification protocol manually, drop libsystemd 2025-06-03 15:04:42 +00:00
named.conf.rst remove {root-}delegation-only 2023-03-23 12:57:01 -07:00
named.rst Finalize removal of memory debug flags size and mctx 2024-12-06 03:13:14 +00:00
os.c implement the systemd notification protocol manually, drop libsystemd 2025-06-03 15:04:42 +00:00
server.c Fix wrong variable in named_server_sync() log message 2026-06-01 17:43:58 +02:00
statschannel.c Switch UDP fetches to TCP on the first response with a wrong query id 2026-05-15 08:49:19 +02:00
tkeyconf.c standardize CHECK and RETERR macros 2025-12-03 19:17:20 -08:00
transportconf.c standardize CHECK and RETERR macros 2025-12-03 19:17:20 -08:00
tsigconf.c Remove redundant parentheses from the return statement 2024-11-19 14:26:52 +01:00
xsl_p.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
zoneconf.c standardize CHECK and RETERR macros 2025-12-03 19:17:20 -08:00