]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove extraneous space at start of brid and hhit records
authorMark Andrews <marka@isc.org>
Sat, 24 Jan 2026 07:33:47 +0000 (18:33 +1100)
committerMark Andrews <marka@isc.org>
Tue, 27 Jan 2026 05:05:29 +0000 (16:05 +1100)
lib/dns/rdata/generic/brid_68.c
lib/dns/rdata/generic/hhit_67.c

index 2b772d7e21693333c1fc47f97ae19abe172b343d..460aa4f00e2c002aefa55c9cb44db8b9cfc4cf86 100644 (file)
@@ -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 {
index 68d60a762dd5811e99d218540b7d5eb1e2b86483..495e2a50fcbc074eacd6e92f47a2af37cd97c250 100644 (file)
@@ -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 {