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