aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authordiva2009-05-14 04:37:26 +0000
committerdiva2009-05-14 04:37:26 +0000
commite22a2508250e07780e25811c66d87e81d75a21bf (patch)
tree2981385a4f36342c51a5be23db0e23220a55989c /OpenSim
parentHonor the temp and local asset flags (diff)
downloadopensim-SC_OLD-e22a2508250e07780e25811c66d87e81d75a21bf.zip
opensim-SC_OLD-e22a2508250e07780e25811c66d87e81d75a21bf.tar.gz
opensim-SC_OLD-e22a2508250e07780e25811c66d87e81d75a21bf.tar.bz2
opensim-SC_OLD-e22a2508250e07780e25811c66d87e81d75a21bf.tar.xz
Small fix uncommenting something that got commented too much.
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Grid/InventoryServer/Main.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Grid/InventoryServer/Main.cs b/OpenSim/Grid/InventoryServer/Main.cs
index e9a597b..7891965 100644
--- a/OpenSim/Grid/InventoryServer/Main.cs
+++ b/OpenSim/Grid/InventoryServer/Main.cs
@@ -84,7 +84,7 @@ namespace OpenSim.Grid.InventoryServer
84 84
85 m_log.Info("[" + LogName + "]: Started HTTP server"); 85 m_log.Info("[" + LogName + "]: Started HTTP server");
86 86
87 //m_directInventoryService = new HGInventoryService(m_inventoryService, config.AssetServerURL, config.UserServerURL, m_httpServer, config.InventoryServerURL); 87 new HGInventoryService(m_inventoryService, config.AssetServerURL, config.UserServerURL, m_httpServer, config.InventoryServerURL);
88 88
89 base.StartupSpecific(); 89 base.StartupSpecific();
90 90