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
eac4d4fd
Commit
eac4d4fd
authored
Oct 22, 2012
by
JINMEI Tatuya
Browse files
[2212] comment update
parent
edcbc935
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/auth/datasrc_clients_mgr.h
View file @
eac4d4fd
...
...
@@ -475,9 +475,13 @@ void
DataSrcClientsBuilderBase
<
MutexType
,
CondVarType
>::
doLoadZone
(
const
isc
::
data
::
ConstElementPtr
&
arg
)
{
// We assume same basic level validation as this method can only be
// called via the manager in practice. manager is expected to do the
// minimal validation.
assert
(
arg
);
assert
(
arg
->
get
(
"class"
));
assert
(
arg
->
get
(
"origin"
));
// TODO: test bogus class and name
const
dns
::
RRClass
rrclass
(
arg
->
get
(
"class"
)
->
stringValue
());
const
dns
::
Name
origin
(
arg
->
get
(
"origin"
)
->
stringValue
());
ClientListsMap
::
iterator
found
=
(
*
clients_map_
)
->
find
(
rrclass
);
...
...
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