aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-07-24 17:19:33 +0000
committerJustin Clarke Casey2008-07-24 17:19:33 +0000
commitcdd353770691cb3c6bfcb452fc0fe2c2dffa454e (patch)
treea7f66d88525b51550dc59ee7ee1acac922f4132e /OpenSim/Region/Communications
parent* refactor: move remaining user service -> inventory service OGS1 calls into ... (diff)
downloadopensim-SC_OLD-cdd353770691cb3c6bfcb452fc0fe2c2dffa454e.zip
opensim-SC_OLD-cdd353770691cb3c6bfcb452fc0fe2c2dffa454e.tar.gz
opensim-SC_OLD-cdd353770691cb3c6bfcb452fc0fe2c2dffa454e.tar.bz2
opensim-SC_OLD-cdd353770691cb3c6bfcb452fc0fe2c2dffa454e.tar.xz
* refactor: Remove now redundant inventory server url being passed to GetInventorySkeleton
Diffstat (limited to 'OpenSim/Region/Communications')
-rw-r--r--OpenSim/Region/Communications/Local/LocalLoginService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalLoginService.cs b/OpenSim/Region/Communications/Local/LocalLoginService.cs
index bdd32ea..f16fd7d 100644
--- a/OpenSim/Region/Communications/Local/LocalLoginService.cs
+++ b/OpenSim/Region/Communications/Local/LocalLoginService.cs
@@ -258,7 +258,7 @@ namespace OpenSim.Region.Communications.Local
258 } 258 }
259 259
260 // See LoginService 260 // See LoginService
261 protected override InventoryData GetInventorySkeleton(LLUUID userID, string serverUrl) 261 protected override InventoryData GetInventorySkeleton(LLUUID userID)
262 { 262 {
263 List<InventoryFolderBase> folders = m_Parent.InterServiceInventoryService.GetInventorySkeleton(userID); 263 List<InventoryFolderBase> folders = m_Parent.InterServiceInventoryService.GetInventorySkeleton(userID);
264 264