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.21.18~9^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=10366e4f4e52f45ba46a7e839ffd3df9d4ab15ef;p=thirdparty%2Fbind9.git Remove extraneous space at start of brid and hhit records --- diff --git a/lib/dns/rdata/generic/brid_68.c b/lib/dns/rdata/generic/brid_68.c index 2b772d7e216..460aa4f00e2 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 68d60a762dd..495e2a50fcb 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 {