BIND 10 trac1140, updated. 10cfb9ccd5b2eb489b14804e0ea9a73c80e697e6 [1140] typeCode for SPF fixed

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Aug 15 11:26:42 UTC 2011


The branch, trac1140 has been updated
       via  10cfb9ccd5b2eb489b14804e0ea9a73c80e697e6 (commit)
      from  acb5dff4449286422f23a7d5867b3bd792c888e5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 10cfb9ccd5b2eb489b14804e0ea9a73c80e697e6
Author: Dima Volodin <dvv at isc.org>
Date:   Mon Aug 15 07:24:27 2011 -0400

    [1140] typeCode for SPF fixed

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dns/rdata/generic/spf_99.h |    2 +-
 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 c42bfac..956adb9 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_;
 };
 




More information about the bind10-changes mailing list