BIND 10 trac2138, updated. b34e3313460eebc9c272ca8c1beb27297c195150 [2138] editorial fix: combine two short lines

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Aug 23 20:38:36 UTC 2012


The branch, trac2138 has been updated
       via  b34e3313460eebc9c272ca8c1beb27297c195150 (commit)
      from  5ac245450d8003d4d625d5a85842bc502e215b55 (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 b34e3313460eebc9c272ca8c1beb27297c195150
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Aug 23 13:38:19 2012 -0700

    [2138] editorial fix: combine two short lines

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

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

-----------------------------------------------------------------------
diff --git a/src/bin/auth/command.cc b/src/bin/auth/command.cc
index 578ddc9..0658c17 100644
--- a/src/bin/auth/command.cc
+++ b/src/bin/auth/command.cc
@@ -146,8 +146,7 @@ public:
 // Handle the "getstats" command.  The argument is a list.
 class GetStatsCommand : public AuthCommand {
 public:
-    virtual ConstElementPtr exec(AuthSrv& server,
-                                 isc::data::ConstElementPtr) {
+    virtual ConstElementPtr exec(AuthSrv& server, isc::data::ConstElementPtr) {
         return (createAnswer(0, server.getStatistics()));
     }
 };



More information about the bind10-changes mailing list