]> 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 (GitLab job 6774357) <marka@isc.org>
Tue, 27 Jan 2026 05:46:22 +0000 (05:46 +0000)
(cherry picked from commit 10366e4f4e52f45ba46a7e839ffd3df9d4ab15ef)

lib/dns/rdata/generic/brid_68.c
lib/dns/rdata/generic/hhit_67.c

index beded91e88025f1319f8d5fd1ce0894dc7238625..0b05fb3faa8a26ed08e9cb0b4c564fe98506706e 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 b0eb4e9c982eefba49bc9ab320974560a0718e83..1fa869c21877c78c7f989b748cd4a598857086b3 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 {