BIND 10 trac640, updated. 4a8fa93781cce0dbd33f55e604d87db511fb5903 [640] another minor fix: indentation

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Feb 3 07:28:34 UTC 2012


The branch, trac640 has been updated
       via  4a8fa93781cce0dbd33f55e604d87db511fb5903 (commit)
      from  78e535f5a0e65658f7de0c3b777f9e0b296ad53e (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 4a8fa93781cce0dbd33f55e604d87db511fb5903
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Feb 2 23:28:17 2012 -0800

    [640] another minor fix: indentation

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

Summary of changes:
 src/lib/config/ccsession.cc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/config/ccsession.cc b/src/lib/config/ccsession.cc
index 3d8bd76..63fa4cd 100644
--- a/src/lib/config/ccsession.cc
+++ b/src/lib/config/ccsession.cc
@@ -757,7 +757,8 @@ void
 ModuleCCSession::sendStopping() {
     // Inform the configuration manager that this module is stopping
     ConstElementPtr cmd(createCommand("stopping",
-                        Element::fromJSON("{\"module_name\": \"" +
+                                      Element::fromJSON(
+                                          "{\"module_name\": \"" +
                                           module_name_ + "\"}")));
     // It's just an FYI, configmanager is not expected to respond.
     session_.group_sendmsg(cmd, "ConfigManager");




More information about the bind10-changes mailing list