From: Dima Volodin Date: Wed, 17 Aug 2011 14:01:04 +0000 (-0400) Subject: [1138] style fixes X-Git-Tag: perftcpdns_before_epoll~37^2~17^2^2^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bbc661e3c38f02b4a1fb50bd4e058a22150b0087;p=thirdparty%2Fkea.git [1138] style fixes --- diff --git a/src/lib/dns/rdata/in_1/dhcid_49.cc b/src/lib/dns/rdata/in_1/dhcid_49.cc index b0a76f184f..937b068bde 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) {