aboutsummaryrefslogtreecommitdiff
path: root/lib/dns/rdata/generic/spf_99.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dns/rdata/generic/spf_99.c')
-rw-r--r--lib/dns/rdata/generic/spf_99.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dns/rdata/generic/spf_99.c b/lib/dns/rdata/generic/spf_99.c
index c7cdfc9fbbad..10e86b888f3a 100644
--- a/lib/dns/rdata/generic/spf_99.c
+++ b/lib/dns/rdata/generic/spf_99.c
@@ -64,7 +64,7 @@ totext_spf(ARGS_TOTEXT) {
dns_rdata_toregion(rdata, &region);
while (region.length > 0) {
- RETERR(txt_totext(&region, target));
+ RETERR(txt_totext(&region, ISC_TRUE, target));
if (region.length > 0)
RETERR(str_totext(" ", target));
}