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
86e4008a
Commit
86e4008a
authored
Oct 09, 2012
by
JINMEI Tatuya
Browse files
[2204] removed an obsolete comment that only made sense for the previous code.
parent
f496bbe6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/auth/datasrc_config.h
View file @
86e4008a
...
...
@@ -58,10 +58,8 @@ configureDataSourceGeneric(const isc::data::ConstElementPtr& config) {
boost
::
shared_ptr
<
ListMap
>
new_lists
(
new
ListMap
);
// Get the configuration and current state.
const
Map
&
map
(
config
->
mapValue
());
// Go through the configuration and create corresponding list.
const
Map
&
map
(
config
->
mapValue
());
for
(
Map
::
const_iterator
it
(
map
.
begin
());
it
!=
map
.
end
();
++
it
)
{
const
isc
::
dns
::
RRClass
rrclass
(
it
->
first
);
ListPtr
list
(
new
List
(
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