Skip to content
GitLab
Menu
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
f2ae6da3
Commit
f2ae6da3
authored
Jan 31, 2012
by
JINMEI Tatuya
Browse files
[1574b] fixed typo in comments
parent
d69234b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/datasrc/memory_datasrc.cc
View file @
f2ae6da3
...
...
@@ -241,7 +241,7 @@ struct InMemoryZoneFinder::InMemoryZoneFinderImpl {
<<
rrset
->
getName
());
}
// NSEC3/NSEC3PARAM is not a "singleton" per protocol, but this
// implementation
doesn't
request it be so at the moment.
// implementation request
s
it be so at the moment.
if
((
rrset
->
getType
()
==
RRType
::
NSEC3
()
||
rrset
->
getType
()
==
RRType
::
NSEC3PARAM
())
&&
rrset
->
getRdataCount
()
>
1
)
{
...
...
@@ -386,7 +386,7 @@ struct InMemoryZoneFinder::InMemoryZoneFinderImpl {
dynamic_cast
<
const
generic
::
NSEC3
&>
(
rrset
->
getRdataIterator
()
->
getCurrent
());
// If we've not done any NSEC3 setup for the zone, do it
k
now;
// If we've not done any NSEC3 setup for the zone, do it now;
// otherwise check parameter consistency.
if
(
!
zone_data
.
nsec3_data_
)
{
zone_data
.
nsec3_data_
.
reset
(
new
ZoneData
::
NSEC3Data
(
nsec3_rdata
));
...
...
Write
Preview
Supports
Markdown
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