aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/LLLoginService/LLLoginService.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Services/LLLoginService/LLLoginService.cs')
-rw-r--r--OpenSim/Services/LLLoginService/LLLoginService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Services/LLLoginService/LLLoginService.cs b/OpenSim/Services/LLLoginService/LLLoginService.cs
index 2674eef..83c3dd0 100644
--- a/OpenSim/Services/LLLoginService/LLLoginService.cs
+++ b/OpenSim/Services/LLLoginService/LLLoginService.cs
@@ -352,7 +352,7 @@ namespace OpenSim.Services.LLLoginService
352 { 352 {
353 m_PresenceService.LogoutAgent(session); 353 m_PresenceService.LogoutAgent(session);
354 m_log.InfoFormat("[LLOGIN SERVICE]: Login failed, reason: {0}", reason); 354 m_log.InfoFormat("[LLOGIN SERVICE]: Login failed, reason: {0}", reason);
355 return LLFailedLoginResponse.AuthorizationProblem; 355 return new LLFailedLoginResponse("key", reason, "false");
356 356
357 } 357 }
358 // Get Friends list 358 // Get Friends list