BIND 10 trac2157_2, updated. 5b479207c875b0c09d3e2fc92e05ccf0e46a8773 [2157] editorial: unify two short lines

BIND 10 source code commits bind10-changes at lists.isc.org
Sat Feb 2 03:44:10 UTC 2013


The branch, trac2157_2 has been updated
       via  5b479207c875b0c09d3e2fc92e05ccf0e46a8773 (commit)
      from  9430b068ddc62ed1a31ec72b3012aa87d8a743f4 (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 5b479207c875b0c09d3e2fc92e05ccf0e46a8773
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Fri Feb 1 19:43:55 2013 -0800

    [2157] editorial: unify two short lines

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

Summary of changes:
 src/bin/auth/statistics.cc.pre |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/statistics.cc.pre b/src/bin/auth/statistics.cc.pre
index af3b44f..21141b0 100644
--- a/src/bin/auth/statistics.cc.pre
+++ b/src/bin/auth/statistics.cc.pre
@@ -206,9 +206,7 @@ Counters::incResponse(const MessageAttributes& msgattrs,
         isc_throw(isc::Unexpected, "Opcode of the request is empty while it is"
                                    " responded");
     }
-    if (!msgattrs.requestHasBadSig() &&
-               opcode.get() == Opcode::QUERY())
-    {
+    if (!msgattrs.requestHasBadSig() && opcode.get() == Opcode::QUERY()) {
         // compound attributes
         const unsigned int answer_rrs =
             response.getRRCount(Message::SECTION_ANSWER);



More information about the bind10-changes mailing list