Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
ad233427
Commit
ad233427
authored
May 06, 2013
by
Mukund Sivaraman
Browse files
[2850] Update comment to match code
parent
0dccb67c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/zone_table_segment_mapped.cc
View file @
ad233427
...
...
@@ -194,8 +194,8 @@ ZoneTableSegmentMapped::openReadWrite(const std::string& filename,
void
ZoneTableSegmentMapped
::
openReadOnly
(
const
std
::
string
&
filename
)
{
// In case the
re is a
checksum
mismatch
, we throw. We
want the
// segment to be automatically destroyed then.
// In case the checksum
or table header is missing
, we throw. We
//
want the
segment to be automatically destroyed then.
std
::
auto_ptr
<
MemorySegmentMapped
>
segment
(
new
MemorySegmentMapped
(
filename
));
// There must be a previously saved checksum.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment