[svn] commit: r2163 - /trunk/src/bin/auth/main.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jun 18 03:20:32 UTC 2010


Author: jinmei
Date: Fri Jun 18 03:20:31 2010
New Revision: 2163

Log:
minor style fix: fold a long line.
trivial, skipping review.

Modified:
    trunk/src/bin/auth/main.cc

Modified: trunk/src/bin/auth/main.cc
==============================================================================
--- trunk/src/bin/auth/main.cc (original)
+++ trunk/src/bin/auth/main.cc Fri Jun 18 03:20:31 2010
@@ -148,7 +148,8 @@
         io_service = new asio_link::IOService(auth_server, port, use_ipv4,
                                               use_ipv6);
 
-        ModuleCCSession cs(specfile, io_service->get_io_service(), my_config_handler, my_command_handler);
+        ModuleCCSession cs(specfile, io_service->get_io_service(),
+                           my_config_handler, my_command_handler);
 
         auth_server->setConfigSession(&cs);
         auth_server->updateConfig(ElementPtr());




More information about the bind10-changes mailing list