]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.16] fix: dev: Pass empty string instead of NULL to ns_client_dumpmessage()
authorOndřej Surý <ondrej@isc.org>
Wed, 6 May 2026 11:39:17 +0000 (13:39 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 6 May 2026 11:39:17 +0000 (13:39 +0200)
commite5abd37cb2330af1fbfeba68eb32f2873390226d
tree2dab1d0686fc79eb862727190a0942ed8b0dfcdc
parentec2c98181115bd5f6c7087fcc74d816490d4312e
parentcd3a72e414d35c2ae573f4faea1148a95db7d5ff
[9.16] 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.16' into 'security-bind-9.16'

See merge request isc-private/bind9!1025