]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] corrected trivial style matters I happened to notice.
authorJINMEI Tatuya <jinmei@isc.org>
Fri, 27 Jul 2012 22:26:52 +0000 (15:26 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Fri, 27 Jul 2012 22:26:52 +0000 (15:26 -0700)
folded long lines, and adjusted the position of '*'s.
should be trivial enough, directly committing.

ChangeLog
src/bin/auth/datasrc_configurator.h

index ddcfb7741c3d962829a8ad4992912d038e2aaa72..948aafb281d6161bdab1c2ee4041b7bb408509f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,8 @@
 455.   [func]*         vorner
-       The server now uses never API for data sources. This would be an internal
-       change, however, the data sources are now configured differently. Please,
-       migrate your configuration to the top-level "data_sources" module.
+       The server now uses newer API for data sources. This would be an
+       internal change, however, the data sources are now configured
+       differently. Please, migrate your configuration to the top-level
+       "data_sources" module.
        (Trac #1976, git 0d4685b3e7603585afde1b587cbfefdfaf6a1bb3)
 
 454.   [bug]           jelte
index 810d4334fd0cc24571415b008edc612fcf8170de..f305a0de3f1ee78538eef9d6484fa947f423761f 100644 (file)
@@ -73,8 +73,8 @@ public:
     /// \throw isc::InvalidParameter if any of the parameters is NULL
     /// \throw isc::config::ModuleCCError if the remote configuration is not
     ///     available for some reason.
-    static void init(isc::config::ModuleCCSession *session,
-                     Server *server)
+    static void init(isc::config::ModuleCCSessionsession,
+                     Serverserver)
     {
         if (session == NULL) {
             isc_throw(isc::InvalidParameter, "The session must not be NULL");