Browse Source

[2204] removed an obsolete comment that only made sense for the previous code.

JINMEI Tatuya 12 years ago
parent
commit
86e4008ac1
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/bin/auth/datasrc_config.h

+ 1 - 3
src/bin/auth/datasrc_config.h

@@ -58,10 +58,8 @@ configureDataSourceGeneric(const isc::data::ConstElementPtr& config) {
 
 
     boost::shared_ptr<ListMap> new_lists(new ListMap);
     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.
     // Go through the configuration and create corresponding list.
+    const Map& map(config->mapValue());
     for (Map::const_iterator it(map.begin()); it != map.end(); ++it) {
     for (Map::const_iterator it(map.begin()); it != map.end(); ++it) {
         const isc::dns::RRClass rrclass(it->first);
         const isc::dns::RRClass rrclass(it->first);
         ListPtr list(new List(rrclass));
         ListPtr list(new List(rrclass));