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
d83d9fe8
Commit
d83d9fe8
authored
Jul 04, 2012
by
Mukund Sivaraman
Browse files
[2053] Remove obsolete comment
parent
fdcc93e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dns/labelsequence.cc
View file @
d83d9fe8
...
...
@@ -188,7 +188,7 @@ LabelSequence::toText(bool omit_final_dot) const {
}
assert
(
labels
==
0
);
assert
(
count
==
0
);
// a valid name must end with a 'dot'.
assert
(
count
==
0
);
return
(
result
);
}
...
...
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