]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: dev: Pass empty string instead of NULL to ns_client_dumpmessage()
authorOndřej Surý <ondrej@isc.org>
Wed, 6 May 2026 11:36:48 +0000 (13:36 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 7 May 2026 11:21:59 +0000 (13:21 +0200)
commitd489d825dcaf2193bfae563a610b04d2a725c0af
tree51f49526e2d68072be283db90c3ba43252b78c45
parent874a19c71b45d45aad766d9371d012ce99e57e4b
parent01c78f3fc6c8a985289bf998a21fefdc4139b356
[9.18] fix: dev: Pass empty string instead of NULL to ns_client_dumpmessage()

Pass "" instead of NULL to ns_client_dumpmessage() to get the log message printed.

Backport of MR !1022

Merge branch 'backport-ondrej/fix-ns_client_dumpmessage-calls-9.18' into 'security-bind-9.18'

See merge request isc-private/bind9!1024