BIND 10 trac2930, updated. c738282e2dabd4004dd451edc1d5dd36b4e59df7 [2930] style fix: postion of &

BIND 10 source code commits bind10-changes at lists.isc.org
Tue May 21 22:45:32 UTC 2013


The branch, trac2930 has been updated
       via  c738282e2dabd4004dd451edc1d5dd36b4e59df7 (commit)
      from  88fe64ea760b7c2f4e2f5d4fdcc8c298481b46b7 (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 c738282e2dabd4004dd451edc1d5dd36b4e59df7
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue May 21 15:45:17 2013 -0700

    [2930] style fix: postion of &

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/config/ccsession.cc b/src/lib/config/ccsession.cc
index a87be2b..0d43b27 100644
--- a/src/lib/config/ccsession.cc
+++ b/src/lib/config/ccsession.cc
@@ -885,8 +885,8 @@ ModuleCCSession::rpcCall(const std::string &command, const std::string &group,
 }
 
 void
-ModuleCCSession::notify(const std::string &group, const std::string &name,
-                        const ConstElementPtr &params)
+ModuleCCSession::notify(const std::string& group, const std::string& name,
+                        const ConstElementPtr& params)
 {
     const ElementPtr message(Element::createMap());
     const ElementPtr notification(Element::createList());



More information about the bind10-changes mailing list