BIND 10 trac1128, updated. 4625b640b9b5892da7f35f165407ed3e850353d9 [trac1128] a couple of editorial fixes
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Aug 1 19:49:40 UTC 2011
The branch, trac1128 has been updated
via 4625b640b9b5892da7f35f165407ed3e850353d9 (commit)
from 25b02eeaa9acda461629d19c4c6c2b20b5850795 (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 4625b640b9b5892da7f35f165407ed3e850353d9
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Aug 1 12:49:20 2011 -0700
[trac1128] a couple of editorial fixes
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/rdata/in_1/srv_33.cc | 2 +-
src/lib/dns/rdata/in_1/srv_33.h | 5 ++---
2 files changed, 3 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/rdata/in_1/srv_33.cc b/src/lib/dns/rdata/in_1/srv_33.cc
index 09808b6..ea85779 100644
--- a/src/lib/dns/rdata/in_1/srv_33.cc
+++ b/src/lib/dns/rdata/in_1/srv_33.cc
@@ -128,7 +128,7 @@ SRV::SRV(const string& srv_str) :
///
/// According to RFC2782, the Target field must be a non compressed form
/// of domain name. But this implementation accepts a %SRV RR even if that
-/// field is compressed.
+/// field is compressed as suggested in RFC3597.
///
/// \param buffer A buffer storing the wire format data.
/// \param rdata_len The length of the RDATA in bytes, normally expected
diff --git a/src/lib/dns/rdata/in_1/srv_33.h b/src/lib/dns/rdata/in_1/srv_33.h
index aa22318..d067021 100644
--- a/src/lib/dns/rdata/in_1/srv_33.h
+++ b/src/lib/dns/rdata/in_1/srv_33.h
@@ -26,15 +26,14 @@
// BEGIN_RDATA_NAMESPACE
+struct SRVImpl;
+
/// \brief \c rdata::SRV class represents the SRV RDATA as defined %in
/// RFC2782.
///
/// This class implements the basic interfaces inherited from the abstract
/// \c rdata::Rdata class, and provides trivial accessors specific to the
/// SRV RDATA.
-
-struct SRVImpl;
-
class SRV : public Rdata {
public:
// BEGIN_COMMON_MEMBERS
More information about the bind10-changes
mailing list