BIND 10 trac2852_3, updated. 425ee821bac86ed616075e2ac89946863132b46a [2852] Move object to inner block
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri May 24 07:28:12 UTC 2013
The branch, trac2852_3 has been updated
via 425ee821bac86ed616075e2ac89946863132b46a (commit)
from 66564c104a5c8a918a39e7da4cde9976160362f1 (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 425ee821bac86ed616075e2ac89946863132b46a
Author: Mukund Sivaraman <muks at isc.org>
Date: Fri May 24 12:56:34 2013 +0530
[2852] Move object to inner block
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/tests/client_list_unittest.cc | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/client_list_unittest.cc b/src/lib/datasrc/tests/client_list_unittest.cc
index 8f366b5..42d368d 100644
--- a/src/lib/datasrc/tests/client_list_unittest.cc
+++ b/src/lib/datasrc/tests/client_list_unittest.cc
@@ -181,13 +181,13 @@ public:
dsrc_info.container_,
cache_conf, rrclass_, dsrc_info.name_);
- const ConstElementPtr config_ztable_segment_(
- Element::fromJSON("{\"mapped-file\": \"" +
- getMappedFilename(index) +
- "\"}"));
-
// Load the data into the zone table.
if (enabled) {
+ const ConstElementPtr config_ztable_segment_(
+ Element::fromJSON("{\"mapped-file\": \"" +
+ getMappedFilename(index) +
+ "\"}"));
+
list_->resetMemorySegment(dsrc_info.name_,
memory::ZoneTableSegment::CREATE,
config_ztable_segment_);
More information about the bind10-changes
mailing list