2
0
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:
Evan Hunt 2012-09-18 14:22:33 -07:00
parent a07d63c799
commit 664320a88f
2 changed files with 4 additions and 3 deletions

View File

@ -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]

View File

@ -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 */