Small fix uncommenting something that got commented too much.

0.6.5-rc1
diva 2009-05-14 04:37:26 +00:00
parent 50b305b006
commit e22a250825
1 changed files with 1 additions and 1 deletions

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();