]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: dev: Pass empty string instead of NULL to ns_client_dumpmessage()
authorOndřej Surý <ondrej@isc.org>
Wed, 6 May 2026 11:31:40 +0000 (13:31 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 7 May 2026 11:09:18 +0000 (13:09 +0200)
commite40dfdaedcc348ab87a47ed29cc5cdd67ed932bb
tree5a6ffbf58e449df2afb0de5f416ad15a8ebb27f1
parentb86a641823f5634fc42de35b4d0f68aa36ed5bd5
parent005e151c5bf90440c02deb86875e958babeb25d2
[9.20] 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.20' into 'security-bind-9.20'

See merge request isc-private/bind9!1023