BIND 10 trac2836, updated. 929f85f8deb68ba58610354c8161c0e1c0806006 [2836] style fix: unify two short lines
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 15 17:30:18 UTC 2013
The branch, trac2836 has been updated
via 929f85f8deb68ba58610354c8161c0e1c0806006 (commit)
from c7b8894303b7e88629c0b838080bfc6097c05ec8 (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 929f85f8deb68ba58610354c8161c0e1c0806006
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 15 10:30:03 2013 -0700
[2836] style fix: unify two short lines
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/memory/zone_data_loader.cc | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory/zone_data_loader.cc b/src/lib/datasrc/memory/zone_data_loader.cc
index ed83a8e..e796dd4 100644
--- a/src/lib/datasrc/memory/zone_data_loader.cc
+++ b/src/lib/datasrc/memory/zone_data_loader.cc
@@ -185,8 +185,7 @@ loadZoneDataInternal(util::MemorySegment& mem_sgmt,
while (true) { // Try as long as it takes to load and grow the segment
bool created = false;
try {
- SegmentObjectHolder<ZoneData, RRClass> holder(
- mem_sgmt, rrclass);
+ SegmentObjectHolder<ZoneData, RRClass> holder(mem_sgmt, rrclass);
holder.set(ZoneData::create(mem_sgmt, zone_name));
// Nothing from this point on should throw MemorySegmentGrown.
More information about the bind10-changes
mailing list