summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDima Volodin <dvv@isc.org>2011-08-15 13:24:27 +0200
committerDima Volodin <dvv@isc.org>2011-08-15 13:24:27 +0200
commit10cfb9ccd5b2eb489b14804e0ea9a73c80e697e6 (patch)
treeb17702a104130c115256c0bb69a21b56014ae0bf
parent[1140] TXT&SPF re-done to isolate the implementation details in (diff)
downloadkea-10cfb9ccd5b2eb489b14804e0ea9a73c80e697e6.tar.xz
kea-10cfb9ccd5b2eb489b14804e0ea9a73c80e697e6.zip
[1140] typeCode for SPF fixed
-rw-r--r--src/lib/dns/rdata/generic/spf_99.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dns/rdata/generic/spf_99.h b/src/lib/dns/rdata/generic/spf_99.h
index c42bfac0c4..956adb9d64 100644
--- a/src/lib/dns/rdata/generic/spf_99.h
+++ b/src/lib/dns/rdata/generic/spf_99.h
@@ -39,7 +39,7 @@ public:
~SPF();
private:
- typedef TXTLikeImpl<SPF, 16> SPFImpl;
+ typedef TXTLikeImpl<SPF, 99> SPFImpl;
SPFImpl* impl_;
};