diff options
author | diva | 2009-05-14 04:37:26 +0000 |
---|---|---|
committer | diva | 2009-05-14 04:37:26 +0000 |
commit | e22a2508250e07780e25811c66d87e81d75a21bf (patch) | |
tree | 2981385a4f36342c51a5be23db0e23220a55989c /OpenSim | |
parent | Honor the temp and local asset flags (diff) | |
download | opensim-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.cs | 2 |
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 | ||