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
ISC Open Source Projects
Kea
Commits
49aabed0
Commit
49aabed0
authored
Aug 31, 2012
by
JINMEI Tatuya
Browse files
[2098] one minor comment update reflecting recent code changes
parent
740e0113
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory/treenode_rrset.cc
View file @
49aabed0
...
...
@@ -341,7 +341,7 @@ TreeNodeRRset::isSameKind(const AbstractRRset& abs_other) const {
return
(
false
);
}
// If both are constructed with a "real name", we compare their names
//
(as label sequences)
explicitly.
// explicitly.
if
(
realname_
!=
NULL
&&
other
->
realname_
!=
NULL
&&
realname_
->
nequals
(
*
other
->
realname_
))
{
return
(
false
);
...
...
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