BIND 10 master, updated. 7f11d6a78b0204046dacc1a8a3c853749b62162c [master] editorial cleanup: combine two short lines
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Sep 8 03:07:46 UTC 2012
The branch, master has been updated
via 7f11d6a78b0204046dacc1a8a3c853749b62162c (commit)
from c3689c6a256a1a77993ec743be8bd76506b72bd2 (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 7f11d6a78b0204046dacc1a8a3c853749b62162c
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Sat Sep 8 12:07:03 2012 +0900
[master] editorial cleanup: combine two short lines
I just happen to notice it, and since it's very trivial I'm making the
change directly.
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/query.cc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/query.cc b/src/bin/auth/query.cc
index 6ccd4d2..69278d4 100644
--- a/src/bin/auth/query.cc
+++ b/src/bin/auth/query.cc
@@ -562,8 +562,7 @@ Query::reset() {
bool
Query::processDSAtChild() {
- const ClientList::FindResult zresult =
- client_list_->find(*qname_, true);
+ const ClientList::FindResult zresult = client_list_->find(*qname_, true);
if (zresult.dsrc_client_ == NULL) {
return (false);
More information about the bind10-changes
mailing list