BIND 10 master, updated. a42f7706c8df86222bd795eb4340ee7aca80e154 [master] corrected trivial style matters I happened to notice.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jul 27 22:27:50 UTC 2012
The branch, master has been updated
via a42f7706c8df86222bd795eb4340ee7aca80e154 (commit)
from 6a26d459a40d7eed8ebcff01835377b3394a78de (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 a42f7706c8df86222bd795eb4340ee7aca80e154
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Jul 27 15:26:52 2012 -0700
[master] corrected trivial style matters I happened to notice.
folded long lines, and adjusted the position of '*'s.
should be trivial enough, directly committing.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 7 ++++---
src/bin/auth/datasrc_configurator.h | 4 ++--
2 files changed, 6 insertions(+), 5 deletions(-)
-----------------------------------------------------------------------
diff --git a/ChangeLog b/ChangeLog
index ddcfb77..948aafb 100644
--- 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
diff --git a/src/bin/auth/datasrc_configurator.h b/src/bin/auth/datasrc_configurator.h
index 810d433..f305a0d 100644
--- a/src/bin/auth/datasrc_configurator.h
+++ b/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");
More information about the bind10-changes
mailing list