diff options
author | MW | 2008-06-28 22:19:48 +0000 |
---|---|---|
committer | MW | 2008-06-28 22:19:48 +0000 |
commit | 85f893f0b38b85430e9e5a058af5c65993741bb5 (patch) | |
tree | fd468b0f5b9fcd389fe4e3224cd6b986c2a6533e /OpenSim | |
parent | disabled multiple Inventory server support in loginservice until I get more t... (diff) | |
download | opensim-SC-85f893f0b38b85430e9e5a058af5c65993741bb5.zip opensim-SC-85f893f0b38b85430e9e5a058af5c65993741bb5.tar.gz opensim-SC-85f893f0b38b85430e9e5a058af5c65993741bb5.tar.bz2 opensim-SC-85f893f0b38b85430e9e5a058af5c65993741bb5.tar.xz |
more disabling multiple inventory server support in LoginService
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Framework/Communications/LoginService.cs | 4 |
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(); |