From: Mark Andrews Date: Sat, 24 Jan 2026 07:33:47 +0000 (+1100) Subject: Remove extraneous space at start of brid and hhit records X-Git-Tag: v9.18.45~4^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b049e21cfefcd62cbacf9941e8628eb4451e922;p=thirdparty%2Fbind9.git Remove extraneous space at start of brid and hhit records (cherry picked from commit 10366e4f4e52f45ba46a7e839ffd3df9d4ab15ef) --- diff --git a/lib/dns/rdata/generic/brid_68.c b/lib/dns/rdata/generic/brid_68.c index beded91e880..0b05fb3faa8 100644 --- a/lib/dns/rdata/generic/brid_68.c +++ b/lib/dns/rdata/generic/brid_68.c @@ -45,8 +45,6 @@ totext_brid(ARGS_TOTEXT) { RETERR(str_totext(" (", target)); } - RETERR(str_totext(tctx->linebreak, target)); - if (tctx->width == 0) { /* No splitting */ RETERR(isc_base64_totext(&sr, 60, "", target)); } else { diff --git a/lib/dns/rdata/generic/hhit_67.c b/lib/dns/rdata/generic/hhit_67.c index b0eb4e9c982..1fa869c2187 100644 --- a/lib/dns/rdata/generic/hhit_67.c +++ b/lib/dns/rdata/generic/hhit_67.c @@ -45,8 +45,6 @@ totext_hhit(ARGS_TOTEXT) { RETERR(str_totext(" (", target)); } - RETERR(str_totext(tctx->linebreak, target)); - if (tctx->width == 0) { /* No splitting */ RETERR(isc_base64_totext(&sr, 60, "", target)); } else {