diff options
Diffstat (limited to 'OpenSim/Grid')
-rw-r--r-- | OpenSim/Grid/InventoryServer/Main.cs | 2 |
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", |