Fixed missing refactoring of initialization in netdb.
squid_rn_init();
squid_rn_inithead(&AS_tree_head, 8);
+
+ asnRegisterWithCacheManager();
}
void
FwdState::initModule();
/* register the modules in the cache manager menus */
accessLogRegisterWithCacheManager();
- asnRegisterWithCacheManager();
+ // asnRegisterWithCacheManager(); //moved to asnInit()
authenticateRegisterWithCacheManager(&Config.authConfiguration);
#if USE_CARP
netdbRegisterWitHCacheManager(void)
{
#if USE_ICMP
- manager.registerAction("netdb",
- "Network Measurement Database",
- netdbDump, 0, 1);
-
+ CacheManager::GetInstance()->
+ registerAction("netdb", "Network Measurement Database", netdbDump, 0, 1);
#endif
}