mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
remove spurious newline
3377. [bug] Removed spurious newline from NSEC3 multiline output. [RT #31044]
This commit is contained in:
parent
a07d63c799
commit
664320a88f
3
CHANGES
3
CHANGES
@ -1,3 +1,6 @@
|
||||
3377. [bug] Removed spurious newline from NSEC3 multiline
|
||||
output. [RT #31044]
|
||||
|
||||
3376. [bug] Lack of EDNS support was being recorded without a
|
||||
successful response. [RT #30811]
|
||||
|
||||
|
@ -194,9 +194,7 @@ totext_nsec3(ARGS_TOTEXT) {
|
||||
RETERR(isc_base32hex_totext(&sr, 1, "", target));
|
||||
sr.length = i - j;
|
||||
|
||||
if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
|
||||
RETERR(str_totext(tctx->linebreak, target));
|
||||
else
|
||||
if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) == 0)
|
||||
RETERR(str_totext(" ", target));
|
||||
|
||||
/* Types covered */
|
||||
|
Loading…
x
Reference in New Issue
Block a user