Browse Source

[1140] typeCode for SPF fixed

Dima Volodin 13 years ago
parent
commit
10cfb9ccd5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dns/rdata/generic/spf_99.h

+ 1 - 1
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_;
 };