mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
add missing opening bracket
This commit is contained in:
@@ -48,7 +48,9 @@ totext_openpgpkey(ARGS_TOTEXT) {
|
|||||||
/*
|
/*
|
||||||
* Keyring
|
* Keyring
|
||||||
*/
|
*/
|
||||||
RETERR(str_totext(tctx->linebreak, target));
|
if ((tctx->flags & DNS_STYLEFLAG_MULTILINE) != 0)
|
||||||
|
RETERR(str_totext("( ", target));
|
||||||
|
|
||||||
if ((tctx->flags & DNS_STYLEFLAG_NOCRYPTO) == 0) {
|
if ((tctx->flags & DNS_STYLEFLAG_NOCRYPTO) == 0) {
|
||||||
if (tctx->width == 0) /* No splitting */
|
if (tctx->width == 0) /* No splitting */
|
||||||
RETERR(isc_base64_totext(&sr, 60, "", target));
|
RETERR(isc_base64_totext(&sr, 60, "", target));
|
||||||
|
Reference in New Issue
Block a user