bind9/lib/ns
Ondřej Surý 01c78f3fc6
Pass empty string instead of NULL to ns_client_dumpmessage()
The two new call sites added by the CLASS-validation work passed NULL
as the reason, but ns_client_dumpmessage() bails out early on a NULL
reason — so the message dump never happened. The intent was to dump
the message and let the follow-up ns_client_log() carry the reason
text, so pass "" to suppress the prefix without short-circuiting the
dump.

(cherry picked from commit 3401cbd16f44b4ecb8b57dc9d1951037db6d0e32)
2026-05-07 13:21:59 +02:00
..
include Use clang-format-22 to update formatting 2026-03-04 12:24:53 +01:00
client.c Pass empty string instead of NULL to ns_client_dumpmessage() 2026-05-07 13:21:59 +02:00
hooks.c standardize CHECK and RETERR macros 2025-12-03 19:18:12 -08:00
interfacemgr.c Remove --with-tuning=small/large configuration option 2025-01-22 14:16:40 +01:00
listenlist.c Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
log.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
Makefile.am Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
notify.c Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00
query.c Clear dns64_aaaaok immediately after use 2026-05-06 07:45:34 +02:00
server.c Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
sortlist.c Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
stats.c Remove redundant parentheses from the return statement 2024-11-19 16:06:16 +01:00
tests Move all the unit tests to /tests/<libname>/ 2022-05-31 12:06:00 +02:00
update.c Disable UPDATE and NOTIFY for non-IN classes 2026-05-07 13:21:59 +02:00
xfrout.c Apply XFR-out quota after ACL is checked 2026-05-07 13:21:59 +02:00