BIND 10 master, updated. 34dbbd16060884ef96b20d28c110c5682db388ac [master] Fix the error in comments of AD and CD flags, reviewed by Jelte on jabber.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Mar 15 14:22:39 UTC 2011
The branch, master has been updated
via 34dbbd16060884ef96b20d28c110c5682db388ac (commit)
from f1bb311e77e15b5e43e2acd11e257bca11db4a7b (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 34dbbd16060884ef96b20d28c110c5682db388ac
Author: zhanglikun <zhanglikun at cnnic.cn>
Date: Tue Mar 15 22:20:33 2011 +0800
[master] Fix the error in comments of AD and CD flags, reviewed by Jelte on jabber.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/message.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/message.h b/src/lib/dns/message.h
index 91a241a..0bbb9ea 100644
--- a/src/lib/dns/message.h
+++ b/src/lib/dns/message.h
@@ -199,8 +199,8 @@ public:
HEADERFLAG_TC = 0x0200, ///< Truncation
HEADERFLAG_RD = 0x0100, ///< Recursion desired
HEADERFLAG_RA = 0x0080, ///< Recursion available
- HEADERFLAG_AD = 0x0020, ///< DNSSEC checking disabled (RFC4035)
- HEADERFLAG_CD = 0x0010 ///< Authentic %data (RFC4035)
+ HEADERFLAG_AD = 0x0020, ///< Authentic %data (RFC4035)
+ HEADERFLAG_CD = 0x0010 ///< DNSSEC checking disabled (RFC4035)
};
/// \brief Constants to specify sections of a DNS message.
More information about the bind10-changes
mailing list