aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/InventoryServer/Main.cs
diff options
context:
space:
mode:
authorMW2008-07-25 17:59:34 +0000
committerMW2008-07-25 17:59:34 +0000
commita7db55717b8faf05a14f0d9b2fa5e4c2db2d1397 (patch)
treefadafb053a678d796acb66330de26ce6c6567737 /OpenSim/Grid/InventoryServer/Main.cs
parent* Stop the HasGroupChanged flag being reverted for newly restored prims which... (diff)
downloadopensim-SC_OLD-a7db55717b8faf05a14f0d9b2fa5e4c2db2d1397.zip
opensim-SC_OLD-a7db55717b8faf05a14f0d9b2fa5e4c2db2d1397.tar.gz
opensim-SC_OLD-a7db55717b8faf05a14f0d9b2fa5e4c2db2d1397.tar.bz2
opensim-SC_OLD-a7db55717b8faf05a14f0d9b2fa5e4c2db2d1397.tar.xz
enabled a config option to inventory server to be able to stop it doing the SessionId lookup to the user server. As this ties a inventory server to one userserver/grid.
doing the look up is still enabled by default.
Diffstat (limited to 'OpenSim/Grid/InventoryServer/Main.cs')
-rw-r--r--OpenSim/Grid/InventoryServer/Main.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Grid/InventoryServer/Main.cs b/OpenSim/Grid/InventoryServer/Main.cs
index 138aa1a..67889ac 100644
--- a/OpenSim/Grid/InventoryServer/Main.cs
+++ b/OpenSim/Grid/InventoryServer/Main.cs
@@ -72,6 +72,7 @@ namespace OpenSim.Grid.InventoryServer
72 72
73 //m_inventoryService = new GridInventoryService(); 73 //m_inventoryService = new GridInventoryService();
74 m_inventoryService = new GridInventoryService(m_config.UserServerURL); 74 m_inventoryService = new GridInventoryService(m_config.UserServerURL);
75 m_inventoryService.DoLookup = m_config.SessionLookUp;
75 m_inventoryService.AddPlugin(m_config.DatabaseProvider, m_config.DatabaseConnect); 76 m_inventoryService.AddPlugin(m_config.DatabaseProvider, m_config.DatabaseConnect);
76 77
77 m_log.Info("[" + LogName + "]: Starting HTTP server ..."); 78 m_log.Info("[" + LogName + "]: Starting HTTP server ...");