diff options
Diffstat (limited to 'OpenSim/Region/Communications/Local/LocalLoginService.cs')
-rw-r--r-- | OpenSim/Region/Communications/Local/LocalLoginService.cs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalLoginService.cs b/OpenSim/Region/Communications/Local/LocalLoginService.cs index bf5f205..0fb86af 100644 --- a/OpenSim/Region/Communications/Local/LocalLoginService.cs +++ b/OpenSim/Region/Communications/Local/LocalLoginService.cs | |||
@@ -30,7 +30,9 @@ using System; | |||
30 | using System.Collections; | 30 | using System.Collections; |
31 | using System.Collections.Generic; | 31 | using System.Collections.Generic; |
32 | using libsecondlife; | 32 | using libsecondlife; |
33 | |||
33 | using OpenSim.Framework; | 34 | using OpenSim.Framework; |
35 | using OpenSim.Framework.Communications.Cache; | ||
34 | using OpenSim.Framework.Console; | 36 | using OpenSim.Framework.Console; |
35 | using OpenSim.Framework.UserManagement; | 37 | using OpenSim.Framework.UserManagement; |
36 | using InventoryFolder=OpenSim.Framework.InventoryFolder; | 38 | using InventoryFolder=OpenSim.Framework.InventoryFolder; |
@@ -52,7 +54,7 @@ namespace OpenSim.Region.Communications.Local | |||
52 | 54 | ||
53 | public LocalLoginService(UserManagerBase userManager, string welcomeMess, CommunicationsLocal parent, | 55 | public LocalLoginService(UserManagerBase userManager, string welcomeMess, CommunicationsLocal parent, |
54 | NetworkServersInfo serversInfo, bool authenticate) | 56 | NetworkServersInfo serversInfo, bool authenticate) |
55 | : base(userManager, welcomeMess) | 57 | : base(userManager, parent.UserProfileCacheService.libraryRoot, welcomeMess) |
56 | { | 58 | { |
57 | m_Parent = parent; | 59 | m_Parent = parent; |
58 | this.serversInfo = serversInfo; | 60 | this.serversInfo = serversInfo; |