mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[2204] removed an obsolete comment that only made sense for the previous code.
This commit is contained in:
parent
64bcd98477
commit
c76f74659b
@ -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));
|
||||
|
Loading…
x
Reference in New Issue
Block a user