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 f942070..fead901 100644
--- a/OpenSim/Services/LLLoginService/LLLoginService.cs
+++ b/OpenSim/Services/LLLoginService/LLLoginService.cs
@@ -345,7 +345,7 @@ namespace OpenSim.Services.LLLoginService
345 { 345 {
346 m_PresenceService.LogoutAgent(session); 346 m_PresenceService.LogoutAgent(session);
347 m_log.InfoFormat("[LLOGIN SERVICE]: Login failed, reason: {0}", reason); 347 m_log.InfoFormat("[LLOGIN SERVICE]: Login failed, reason: {0}", reason);
348 return LLFailedLoginResponse.AuthorizationProblem; 348 return new LLFailedLoginResponse("key", reason, "false");
349 349
350 } 350 }
351 // Get Friends list 351 // Get Friends list