BIND 10 trac1584, updated. 45c762f1a150d2ba1f21ca169642ff6eccd0eb3a [1584] trivial editorial fixes to meet the coding guidelines.

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Feb 16 21:08:27 UTC 2012


The branch, trac1584 has been updated
       via  45c762f1a150d2ba1f21ca169642ff6eccd0eb3a (commit)
      from  77ceb4384e75a1e613b1fbf8766745dbd95221a9 (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 45c762f1a150d2ba1f21ca169642ff6eccd0eb3a
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Feb 16 13:08:09 2012 -0800

    [1584] trivial editorial fixes to meet the coding guidelines.

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

Summary of changes:
 src/bin/auth/query.cc |    4 ++--
 src/bin/auth/query.h  |    5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/query.cc b/src/bin/auth/query.cc
index 0f68cf7..88f0017 100644
--- a/src/bin/auth/query.cc
+++ b/src/bin/auth/query.cc
@@ -169,7 +169,7 @@ Query::addNXDOMAINProof(ZoneFinder& finder, ConstRRsetPtr nsec) {
 
 void
 Query::addWildcardProof(ZoneFinder& finder,
-		const ZoneFinder::FindResult& db_result) 
+                        const ZoneFinder::FindResult& db_result)
 {
 	// The query name shouldn't exist in the zone if there were no wildcard
 	// substitution.  Confirm that by specifying NO_WILDCARD.  It should result
@@ -195,7 +195,7 @@ Query::addWildcardProof(ZoneFinder& finder,
 		response_.addRRset(Message::SECTION_AUTHORITY,
 				boost::const_pointer_cast<AbstractRRset>(
 					NSEC3Result.next_proof), dnssec_);
-		const Name wname = 
+		const Name wname =
 			qname_.split(qname_.getLabelCount() - NSEC3Result.closest_labels - 1);
 		const ZoneFinder::FindNSEC3Result wresult(finder.findNSEC3(wname,
 					false));
diff --git a/src/bin/auth/query.h b/src/bin/auth/query.h
index dfd93f0..cbe286e 100644
--- a/src/bin/auth/query.h
+++ b/src/bin/auth/query.h
@@ -106,8 +106,9 @@ private:
     /// Add NSEC RRs that prove a wildcard answer is the best one.
     ///
     /// This corresponds to Section 3.1.3.3 of RFC 4035.
-    void addWildcardProof(isc::datasrc::ZoneFinder& finder,
-			const isc::datasrc::ZoneFinder::FindResult& dbResult);
+    void addWildcardProof(
+        isc::datasrc::ZoneFinder& finder,
+        const isc::datasrc::ZoneFinder::FindResult& dbResult);
 
     /// \brief Adds one NSEC RR proved no matched QNAME,one NSEC RR proved no
     /// matched <QNAME,QTYPE> through wildcard extension.




More information about the bind10-changes mailing list