Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
02d998f5
Commit
02d998f5
authored
Jul 12, 2012
by
Jelte Jansen
Browse files
[2086] remove unnecessary comment
parent
231408d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/labelsequence.cc
View file @
02d998f5
...
...
@@ -31,7 +31,6 @@ LabelSequence::LabelSequence(const uint8_t* data,
first_label_
(
0
),
last_label_
(
offsets_size_
)
{
// Check offsets
if
(
data
==
NULL
||
offsets
==
NULL
)
{
isc_throw
(
BadValue
,
"Null pointer passed to LabelSequence constructor"
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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