Small fix uncommenting something that got commented too much.

This commit is contained in:
diva
2009-05-14 04:37:26 +00:00
parent 50b305b006
commit e22a250825

View File

@@ -84,7 +84,7 @@ namespace OpenSim.Grid.InventoryServer
m_log.Info("[" + LogName + "]: Started HTTP server");
//m_directInventoryService = new HGInventoryService(m_inventoryService, config.AssetServerURL, config.UserServerURL, m_httpServer, config.InventoryServerURL);
new HGInventoryService(m_inventoryService, config.AssetServerURL, config.UserServerURL, m_httpServer, config.InventoryServerURL);
base.StartupSpecific();