bind9/lib/ns
Ondřej Surý cd3a72e414
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 8af39c360407a92ef31bf233b9df760d1bb9fb5f)
2026-05-06 13:38:12 +02:00
..
include Implement -T cookiealwaysvalid 2025-03-17 12:05:50 +00:00
tests Clang-format header file changes 2024-05-17 16:45:43 -07:00
win32 Update sources to Clang 18 formatting 2024-04-23 16:59:58 +02:00
client.c Pass empty string instead of NULL to ns_client_dumpmessage() 2026-05-06 13:38:12 +02:00
hooks.c Update sources to Clang 15 formatting 2022-11-29 10:30:34 +01:00
interfacemgr.c Propagate the shutdown event to the recursing ns_client(s) 2022-12-07 18:09:40 +01:00
Kyuafile Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
lib.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
listenlist.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
log.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
Makefile.in Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
notify.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
query.c Limit the additional processing for large RDATA sets 2025-01-20 17:05:38 +01:00
server.c make "max_restarts" a configurable value 2024-08-20 17:35:07 +00:00
sortlist.c Update sources to Clang 15 formatting 2022-11-29 10:30:34 +01:00
stats.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
update.c Disable UPDATE and NOTIFY for non-IN classes 2026-05-05 21:05:37 -07:00
version.c Update the copyright information in all files in the repository 2022-01-11 12:22:09 +01:00
xfrout.c Apply XFR-out quota after ACL is checked 2026-04-16 15:18:39 +00:00