BIND 10 trac1573, updated. 9447f34869eee38313cbf11f5052f12141f08472 [1573] a couple of minor editorial fixes
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jan 25 22:32:32 UTC 2012
The branch, trac1573 has been updated
via 9447f34869eee38313cbf11f5052f12141f08472 (commit)
from 177c449a612320ca77e8bfe2718e4dfc9ff7b8d4 (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 9447f34869eee38313cbf11f5052f12141f08472
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Jan 25 14:32:07 2012 -0800
[1573] a couple of minor editorial fixes
-----------------------------------------------------------------------
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 9a7aca0..6155039 100644
--- a/src/bin/auth/query.cc
+++ b/src/bin/auth/query.cc
@@ -246,7 +246,7 @@ Query::addWildcardNXRRSETProof(ZoneFinder& finder, ConstRRsetPtr nsec) {
}
void
-Query::addDS(ZoneFinder &zone, const Name& dname) {
+Query::addDS(ZoneFinder& zone, const Name& dname) {
ZoneFinder::FindResult ds_result =
zone.find(dname, RRType::DS(), dnssec_opt_);
if (ds_result.code == ZoneFinder::SUCCESS) {
diff --git a/src/bin/auth/tests/query_unittest.cc b/src/bin/auth/tests/query_unittest.cc
index 1c3edf6..1fbb32c 100644
--- a/src/bin/auth/tests/query_unittest.cc
+++ b/src/bin/auth/tests/query_unittest.cc
@@ -305,7 +305,7 @@ private:
rrset->getType() == RRType::NS()) {
delegation_rrset_ = rrset;
} else if (rrset->getName() == delegation_name_ &&
- rrset->getType() == RRType::DS()) {
+ rrset->getType() == RRType::DS()) {
delegation_ds_rrset_ = rrset;
// Like NSEC(3), by nature it should have an RRSIG.
rrset->addRRsig(RdataPtr(new generic::RRSIG(
More information about the bind10-changes
mailing list