BIND 10 master, updated. 4903de33e8f5d16ed99b6ad6b22fac023e653f71 [master] Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Apr 26 21:21:41 UTC 2011


The branch, master has been updated
       via  4903de33e8f5d16ed99b6ad6b22fac023e653f71 (commit)
       via  2bb4420b73b5485cbd05a221a414a40f9e7674b0 (commit)
      from  98eab34d80219120219d064f6b3b9f0afce3e59a (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 4903de33e8f5d16ed99b6ad6b22fac023e653f71
Merge: 2bb4420 98eab34
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Apr 26 14:21:36 2011 -0700

    [master] Merge branch 'master' of ssh://bind10.isc.org/var/bind10/git/bind10

commit 2bb4420b73b5485cbd05a221a414a40f9e7674b0
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue Apr 26 14:20:39 2011 -0700

    [master] trivial cleanup: removed redundant parentheses.
    noticed in previous review, but forgot to mention that.
    very trivial, so decided to push it directly.

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

Summary of changes:
 src/bin/resolver/response_scrubber.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/resolver/response_scrubber.cc b/src/bin/resolver/response_scrubber.cc
index e890a67..d35a96f 100644
--- a/src/bin/resolver/response_scrubber.cc
+++ b/src/bin/resolver/response_scrubber.cc
@@ -79,7 +79,7 @@ ResponseScrubber::scrubSection(Message& message,
             // given relationship with the QNAME of this RRset
             bool match = false;
             for (vector<const Name*>::const_iterator n = names.begin();
-                ((n != names.end())); ++n) {
+                 n != names.end(); ++n) {
                 NameComparisonResult result = (*i)->getName().compare(**n);
                 NameComparisonResult::NameRelation relationship =
                     result.getRelation();




More information about the bind10-changes mailing list