From e22a2508250e07780e25811c66d87e81d75a21bf Mon Sep 17 00:00:00 2001 From: diva Date: Thu, 14 May 2009 04:37:26 +0000 Subject: [PATCH] Small fix uncommenting something that got commented too much. --- OpenSim/Grid/InventoryServer/Main.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSim/Grid/InventoryServer/Main.cs b/OpenSim/Grid/InventoryServer/Main.cs index e9a597b0f8..7891965fa4 100644 --- a/OpenSim/Grid/InventoryServer/Main.cs +++ b/OpenSim/Grid/InventoryServer/Main.cs @@ -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();