aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/LoginService.cs
diff options
context:
space:
mode:
authorMW2008-06-28 22:19:48 +0000
committerMW2008-06-28 22:19:48 +0000
commit85f893f0b38b85430e9e5a058af5c65993741bb5 (patch)
treefd468b0f5b9fcd389fe4e3224cd6b986c2a6533e /OpenSim/Framework/Communications/LoginService.cs
parentdisabled multiple Inventory server support in loginservice until I get more t... (diff)
downloadopensim-SC_OLD-85f893f0b38b85430e9e5a058af5c65993741bb5.zip
opensim-SC_OLD-85f893f0b38b85430e9e5a058af5c65993741bb5.tar.gz
opensim-SC_OLD-85f893f0b38b85430e9e5a058af5c65993741bb5.tar.bz2
opensim-SC_OLD-85f893f0b38b85430e9e5a058af5c65993741bb5.tar.xz
more disabling multiple inventory server support in LoginService
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/LoginService.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs
index 8fcb4f5..9005cff 100644
--- a/OpenSim/Framework/Communications/LoginService.cs
+++ b/OpenSim/Framework/Communications/LoginService.cs
@@ -230,7 +230,7 @@ namespace OpenSim.Framework.Communications
230 230
231 try 231 try
232 { 232 {
233 inventData = GetInventorySkeleton(agentID, userProfile.UserInventoryURI); 233 inventData = GetInventorySkeleton(agentID, "");
234 } 234 }
235 catch (Exception e) 235 catch (Exception e)
236 { 236 {
@@ -386,7 +386,7 @@ namespace OpenSim.Framework.Communications
386 LLUUID agentID = userProfile.ID; 386 LLUUID agentID = userProfile.ID;
387 387
388 // Inventory Library Section 388 // Inventory Library Section
389 InventoryData inventData = GetInventorySkeleton(agentID, userProfile.UserInventoryURI); 389 InventoryData inventData = GetInventorySkeleton(agentID, "");
390 ArrayList AgentInventoryArray = inventData.InventoryArray; 390 ArrayList AgentInventoryArray = inventData.InventoryArray;
391 391
392 Hashtable InventoryRootHash = new Hashtable(); 392 Hashtable InventoryRootHash = new Hashtable();