]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: usr: Restore values when dig prints command line
authorMark Andrews <marka@isc.org>
Fri, 18 Oct 2024 02:59:14 +0000 (02:59 +0000)
committerMark Andrews <marka@isc.org>
Fri, 18 Oct 2024 02:59:14 +0000 (02:59 +0000)
commit002141af2e1e92418f3f620168da1d99cab85fba
tree3adb3a9229bc9d131491b413fc7d8aef3f0052c8
parent7bb817d1b6f202035187a985a3d0f70b1f7cb09c
parenta05508b0c40f988dd513cc15a76b90c7a5f94db1
[9.18] fix: usr:  Restore values when dig prints command line

Options of the form `[+-]option=<value>` failed to display the value on the printed command line. This has been fixed.

Closes #4993

Backport of MR !9653

Merge branch 'backport-4993-dig-restore-command-line-values-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9667