aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/InventoryServer/Main.cs
diff options
context:
space:
mode:
authorMelanie2009-08-09 21:53:11 +0100
committerMelanie2009-08-09 21:53:11 +0100
commit11d72f270d629adf747131b9fe3a47e0d0a583ce (patch)
treee3d2a983de2d6bb79f2c01ed5d2c6a4fa6897cb3 /OpenSim/Grid/InventoryServer/Main.cs
parentMore removal of HG2 code, this time authentication module and handlers. (diff)
downloadopensim-SC_OLD-11d72f270d629adf747131b9fe3a47e0d0a583ce.zip
opensim-SC_OLD-11d72f270d629adf747131b9fe3a47e0d0a583ce.tar.gz
opensim-SC_OLD-11d72f270d629adf747131b9fe3a47e0d0a583ce.tar.bz2
opensim-SC_OLD-11d72f270d629adf747131b9fe3a47e0d0a583ce.tar.xz
Rename UserData to UserAccount data
Diffstat (limited to 'OpenSim/Grid/InventoryServer/Main.cs')
-rw-r--r--OpenSim/Grid/InventoryServer/Main.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Grid/InventoryServer/Main.cs b/OpenSim/Grid/InventoryServer/Main.cs
index 6106d93..504563a 100644
--- a/OpenSim/Grid/InventoryServer/Main.cs
+++ b/OpenSim/Grid/InventoryServer/Main.cs
@@ -84,6 +84,8 @@ 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
87 base.StartupSpecific(); 89 base.StartupSpecific();
88 90
89 m_console.Commands.AddCommand("inventoryserver", false, "add user", 91 m_console.Commands.AddCommand("inventoryserver", false, "add user",