aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Local/LocalLoginService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Communications/Local/LocalLoginService.cs')
-rw-r--r--OpenSim/Region/Communications/Local/LocalLoginService.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/Local/LocalLoginService.cs b/OpenSim/Region/Communications/Local/LocalLoginService.cs
index 7dee2cb..2848b8a 100644
--- a/OpenSim/Region/Communications/Local/LocalLoginService.cs
+++ b/OpenSim/Region/Communications/Local/LocalLoginService.cs
@@ -55,8 +55,8 @@ namespace OpenSim.Region.Communications.Local
55 55
56 public LocalLoginService(UserManagerBase userManager, string welcomeMess, 56 public LocalLoginService(UserManagerBase userManager, string welcomeMess,
57 CommunicationsLocal parent, NetworkServersInfo serversInfo, 57 CommunicationsLocal parent, NetworkServersInfo serversInfo,
58 UserStatsReporter statsCollector, bool authenticate) 58 bool authenticate)
59 : base(userManager, parent.UserProfileCacheService.libraryRoot, statsCollector, welcomeMess) 59 : base(userManager, parent.UserProfileCacheService.libraryRoot, welcomeMess)
60 { 60 {
61 m_Parent = parent; 61 m_Parent = parent;
62 this.serversInfo = serversInfo; 62 this.serversInfo = serversInfo;