diff options
| author | Erwin Lansing <erwin@FreeBSD.org> | 2014-12-15 12:14:41 +0000 |
|---|---|---|
| committer | Erwin Lansing <erwin@FreeBSD.org> | 2014-12-15 12:14:41 +0000 |
| commit | 4c9547cd12b5bb569f10b368eb6bb04d897d596f (patch) | |
| tree | 025b1191fa4f9c03bf5345071dd2658f5d240b69 /lib/dns/rdata/generic/spf_99.c | |
| parent | 989b3b2d6068ce5b525479b7754977baf6364a7d (diff) | |
Notes
Diffstat (limited to 'lib/dns/rdata/generic/spf_99.c')
| -rw-r--r-- | lib/dns/rdata/generic/spf_99.c | 2 |
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, ®ion); while (region.length > 0) { - RETERR(txt_totext(®ion, target)); + RETERR(txt_totext(®ion, ISC_TRUE, target)); if (region.length > 0) RETERR(str_totext(" ", target)); } |
