BIND 10 trac2210, updated. 213bd813ebe0eacec4bda6d11301f81315494364 [2210] editorial cleanup: removed a redundant blank line.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Oct 19 17:55:33 UTC 2012
The branch, trac2210 has been updated
via 213bd813ebe0eacec4bda6d11301f81315494364 (commit)
via 3a0cd3a067fdf94078764b082c8139220a0ce917 (commit)
via 307b9baac8a90337fc6de440efe0ed3685aa97ed (commit)
from f6f16611034e7b8bb0bd1ce506d6d61ed5228b02 (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 213bd813ebe0eacec4bda6d11301f81315494364
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Oct 19 10:55:19 2012 -0700
[2210] editorial cleanup: removed a redundant blank line.
commit 3a0cd3a067fdf94078764b082c8139220a0ce917
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Oct 19 10:24:07 2012 -0700
[2210] style fix: adjusted brace position
commit 307b9baac8a90337fc6de440efe0ed3685aa97ed
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Oct 19 10:23:50 2012 -0700
[2210] (unrelated) cleanup: removed now-unnecessary include.
-----------------------------------------------------------------------
Summary of changes:
src/bin/auth/datasrc_config.h | 1 -
src/bin/auth/tests/command_unittest.cc | 3 +--
.../auth/tests/datasrc_clients_builder_unittest.cc | 1 -
3 files changed, 1 insertion(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/auth/datasrc_config.h b/src/bin/auth/datasrc_config.h
index dbecdfa..68c7358 100644
--- a/src/bin/auth/datasrc_config.h
+++ b/src/bin/auth/datasrc_config.h
@@ -23,7 +23,6 @@
#include <boost/shared_ptr.hpp>
#include <utility>
-#include <set>
#include <map>
/// \brief Configure data source client lists
diff --git a/src/bin/auth/tests/command_unittest.cc b/src/bin/auth/tests/command_unittest.cc
index 98b2153..764ab11 100644
--- a/src/bin/auth/tests/command_unittest.cc
+++ b/src/bin/auth/tests/command_unittest.cc
@@ -191,8 +191,7 @@ zoneChecks(AuthSrv& server) {
}
void
-installDataSrcClientLists(AuthSrv& server, DataSrcClientListsPtr lists)
-{
+installDataSrcClientLists(AuthSrv& server, DataSrcClientListsPtr lists) {
isc::util::thread::Mutex::Locker locker(
server.getDataSrcClientListMutex());
server.swapDataSrcClientLists(lists);
diff --git a/src/bin/auth/tests/datasrc_clients_builder_unittest.cc b/src/bin/auth/tests/datasrc_clients_builder_unittest.cc
index 2c2c435..ff39b95 100644
--- a/src/bin/auth/tests/datasrc_clients_builder_unittest.cc
+++ b/src/bin/auth/tests/datasrc_clients_builder_unittest.cc
@@ -163,7 +163,6 @@ TEST_F(DataSrcClientsBuilderTest, shutdown) {
EXPECT_FALSE(builder.handleCommand(shutdown_cmd));
}
-
TEST_F(DataSrcClientsBuilderTest, badCommand) {
// out-of-range command ID
EXPECT_THROW(builder.handleCommand(Command(NUM_COMMANDS,
More information about the bind10-changes
mailing list