BIND 10 trac1580, updated. be83d3bfd516ff84824a44ff8d2e0ad68bc0c613 [1580] removed white space at EOL and in blank line.

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Feb 16 06:31:24 UTC 2012


The branch, trac1580 has been updated
       via  be83d3bfd516ff84824a44ff8d2e0ad68bc0c613 (commit)
      from  48aa1e839cf475521de07bdc0d8c870bb29f335e (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 be83d3bfd516ff84824a44ff8d2e0ad68bc0c613
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Feb 15 22:30:58 2012 -0800

    [1580] removed white space at EOL and in blank line.

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

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

-----------------------------------------------------------------------
diff --git a/src/bin/auth/query.cc b/src/bin/auth/query.cc
index cfb0ccb..7f15fa4 100644
--- a/src/bin/auth/query.cc
+++ b/src/bin/auth/query.cc
@@ -172,7 +172,7 @@ Query::addNXDOMAINProof(ZoneFinder& finder, ConstRRsetPtr nsec) {
 // findNSEC3() in this method should result an FindNSEC3Result that proves
 // the Closest Encloser Proof and non existent of matching wildcard.
 // Firstly, the call to findNSEC3() set the recursive to true in order to
-// get the an NSEC3 RR that matches the closest (provable) encloser and 
+// get the an NSEC3 RR that matches the closest (provable) encloser and
 // an NSEC3 RR that covers the "next closer" name to the closest encloser.
 // This corresponds to Section 7.2.1 of RFC 5155.
 // Then,construct the wildcard domain, call to findNSEC3() set the recursive
diff --git a/src/bin/auth/tests/query_unittest.cc b/src/bin/auth/tests/query_unittest.cc
index 8d82d97..6f98bda 100644
--- a/src/bin/auth/tests/query_unittest.cc
+++ b/src/bin/auth/tests/query_unittest.cc
@@ -1672,7 +1672,7 @@ TEST_F(QueryTest, nxdomainWithBadNextNSEC3Proof) {
     ZoneFinder::FindNSEC3Result nsec3(true, 0, textToRRset(nsec3_apex_txt),
                                       ConstRRsetPtr());
     mock_finder->setNSEC3Result(&nsec3);
-    
+
     EXPECT_THROW(Query(memory_client, Name("nxdomain.example.com"),
                        RRType::TXT(), response, true).process(),
                  Query::BadNSEC3);




More information about the bind10-changes mailing list