aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/InventoryServer
diff options
context:
space:
mode:
authorDiva Canto2009-08-09 15:17:42 -0700
committerDiva Canto2009-08-09 15:17:42 -0700
commita5a5e44246ab2fe220b5a215d54d3d25fe1271f5 (patch)
tree061cf23d0bbe913c2ff7ee5353f0113936cdc887 /OpenSim/Grid/InventoryServer
parentFinish the renaming and mae things compile again (diff)
downloadopensim-SC_OLD-a5a5e44246ab2fe220b5a215d54d3d25fe1271f5.zip
opensim-SC_OLD-a5a5e44246ab2fe220b5a215d54d3d25fe1271f5.tar.gz
opensim-SC_OLD-a5a5e44246ab2fe220b5a215d54d3d25fe1271f5.tar.bz2
opensim-SC_OLD-a5a5e44246ab2fe220b5a215d54d3d25fe1271f5.tar.xz
Re-removing 2 lines that got added back on Melanie's commits. git hickup.
Diffstat (limited to 'OpenSim/Grid/InventoryServer')
-rw-r--r--OpenSim/Grid/InventoryServer/Main.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Grid/InventoryServer/Main.cs b/OpenSim/Grid/InventoryServer/Main.cs
index 504563a..6106d93 100644
--- a/OpenSim/Grid/InventoryServer/Main.cs
+++ b/OpenSim/Grid/InventoryServer/Main.cs
@@ -84,8 +84,6 @@ 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 new HGInventoryService(m_inventoryService, config.AssetServerURL, config.UserServerURL, m_httpServer, config.InventoryServerURL);
88
89 base.StartupSpecific(); 87 base.StartupSpecific();
90 88
91 m_console.Commands.AddCommand("inventoryserver", false, "add user", 89 m_console.Commands.AddCommand("inventoryserver", false, "add user",