]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: Pass empty string instead of NULL to ns_client_dumpmessage()
authorOndřej Surý <ondrej@isc.org>
Wed, 6 May 2026 08:55:07 +0000 (10:55 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 7 May 2026 11:32:15 +0000 (13:32 +0200)
Pass "" instead of NULL to ns_client_dumpmessage() to get the log message printed.

Merge branch 'ondrej/fix-ns_client_dumpmessage-calls' into 'security-main'

See merge request isc-private/bind9!1022


Trivial merge