BIND 10 trac1138, updated. bbc661e3c38f02b4a1fb50bd4e058a22150b0087 [1138] style fixes
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Aug 17 14:02:14 UTC 2011
The branch, trac1138 has been updated
via bbc661e3c38f02b4a1fb50bd4e058a22150b0087 (commit)
from ed6fc7857e3fe7d64f19a0bed27226964009f095 (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 bbc661e3c38f02b4a1fb50bd4e058a22150b0087
Author: Dima Volodin <dvv at isc.org>
Date: Wed Aug 17 10:01:04 2011 -0400
[1138] style fixes
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/rdata/in_1/dhcid_49.cc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/rdata/in_1/dhcid_49.cc b/src/lib/dns/rdata/in_1/dhcid_49.cc
index b0a76f1..937b068 100644
--- a/src/lib/dns/rdata/in_1/dhcid_49.cc
+++ b/src/lib/dns/rdata/in_1/dhcid_49.cc
@@ -38,8 +38,8 @@ DHCID::DHCID(const string& dhcid_str) {
iss >> &digestbuf;
decodeHex(digestbuf.str(), digest_);
- // RFC4701 states DNS software should consider the RDATA section to be opaque,
- // but there must be at least three bytes in the data:
+ // RFC4701 states DNS software should consider the RDATA section to
+ // be opaque, but there must be at least three bytes in the data:
// < 2 octets > Identifier type code
// < 1 octet > Digest type code
if (digest_.size() < 3) {
More information about the bind10-changes
mailing list