diff options
Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Services/LLLoginService/LLLoginService.cs')
-rw-r--r-- | OpenSim/Services/LLLoginService/LLLoginService.cs | 2 |
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 |