aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/LLLoginService/LLLoginService.cs
diff options
context:
space:
mode:
authormeta72010-08-08 18:57:16 -0700
committermeta72010-08-08 18:57:16 -0700
commitbef6fa37b942a72e04d1378dfce582caa9805a16 (patch)
tree51bbf86babd0800381393d4b4bd27a819f575425 /OpenSim/Services/LLLoginService/LLLoginService.cs
parentMake fallbacks work, the destination was never actually updated with the fall... (diff)
parentMerge branch 'careminster-presence-refactor' of ssh://melanie@3dhosting.de/va... (diff)
downloadopensim-SC_OLD-bef6fa37b942a72e04d1378dfce582caa9805a16.zip
opensim-SC_OLD-bef6fa37b942a72e04d1378dfce582caa9805a16.tar.gz
opensim-SC_OLD-bef6fa37b942a72e04d1378dfce582caa9805a16.tar.bz2
opensim-SC_OLD-bef6fa37b942a72e04d1378dfce582caa9805a16.tar.xz
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.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