diff options
author | Justin Clarke Casey | 2008-08-09 17:40:48 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-08-09 17:40:48 +0000 |
commit | 00473fcfee36015f8c5059fede54ff6203ea06bc (patch) | |
tree | 2e376cd1ee5b63e4ace9701f9154b70bf095a2f0 /OpenSim/Grid/InventoryServer | |
parent | * Add line to log notifying of inventory -> user grid server trust failure (diff) | |
download | opensim-SC_OLD-00473fcfee36015f8c5059fede54ff6203ea06bc.zip opensim-SC_OLD-00473fcfee36015f8c5059fede54ff6203ea06bc.tar.gz opensim-SC_OLD-00473fcfee36015f8c5059fede54ff6203ea06bc.tar.bz2 opensim-SC_OLD-00473fcfee36015f8c5059fede54ff6203ea06bc.tar.xz |
* minor: remove redundant welcome message from inventory grid server configuration
Diffstat (limited to 'OpenSim/Grid/InventoryServer')
-rw-r--r-- | OpenSim/Grid/InventoryServer/Main.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Grid/InventoryServer/Main.cs b/OpenSim/Grid/InventoryServer/Main.cs index 67889ac..fda1c96 100644 --- a/OpenSim/Grid/InventoryServer/Main.cs +++ b/OpenSim/Grid/InventoryServer/Main.cs | |||
@@ -70,7 +70,6 @@ namespace OpenSim.Grid.InventoryServer | |||
70 | 70 | ||
71 | m_config = new InventoryConfig(LogName, (Path.Combine(Util.configDir(), "InventoryServer_Config.xml"))); | 71 | m_config = new InventoryConfig(LogName, (Path.Combine(Util.configDir(), "InventoryServer_Config.xml"))); |
72 | 72 | ||
73 | //m_inventoryService = new GridInventoryService(); | ||
74 | m_inventoryService = new GridInventoryService(m_config.UserServerURL); | 73 | m_inventoryService = new GridInventoryService(m_config.UserServerURL); |
75 | m_inventoryService.DoLookup = m_config.SessionLookUp; | 74 | m_inventoryService.DoLookup = m_config.SessionLookUp; |
76 | m_inventoryService.AddPlugin(m_config.DatabaseProvider, m_config.DatabaseConnect); | 75 | m_inventoryService.AddPlugin(m_config.DatabaseProvider, m_config.DatabaseConnect); |