Parcourir la source

[master] corrected trivial style matters I happened to notice.

folded long lines, and adjusted the position of '*'s.
should be trivial enough, directly committing.
JINMEI Tatuya il y a 12 ans
Parent
commit
a42f7706c8
2 fichiers modifiés avec 6 ajouts et 5 suppressions
  1. 4 3
      ChangeLog
  2. 2 2
      src/bin/auth/datasrc_configurator.h

+ 4 - 3
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

+ 2 - 2
src/bin/auth/datasrc_configurator.h

@@ -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::ModuleCCSession* session,
+                     Server* server)
     {
         if (session == NULL) {
             isc_throw(isc::InvalidParameter, "The session must not be NULL");