aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/LLLoginService/LLLoginService.cs
diff options
context:
space:
mode:
authorMelanie2010-08-09 00:49:15 +0100
committerMelanie2010-08-09 00:49:15 +0100
commit52f49b2a78a3d942da3211855852341b20106c24 (patch)
tree812b26513939ed4ba74cde42a707a7bbd20f922c /OpenSim/Services/LLLoginService/LLLoginService.cs
parentMerge branch 'master' into careminster-presence-refactor (diff)
parentRemove "Could not authorize your session into the region" message in favor (diff)
downloadopensim-SC-52f49b2a78a3d942da3211855852341b20106c24.zip
opensim-SC-52f49b2a78a3d942da3211855852341b20106c24.tar.gz
opensim-SC-52f49b2a78a3d942da3211855852341b20106c24.tar.bz2
opensim-SC-52f49b2a78a3d942da3211855852341b20106c24.tar.xz
Merge branch 'master' 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 f9fe7f0..ddeb14f 100644
--- a/OpenSim/Services/LLLoginService/LLLoginService.cs
+++ b/OpenSim/Services/LLLoginService/LLLoginService.cs
@@ -351,7 +351,7 @@ namespace OpenSim.Services.LLLoginService
351 { 351 {
352 m_PresenceService.LogoutAgent(session); 352 m_PresenceService.LogoutAgent(session);
353 m_log.InfoFormat("[LLOGIN SERVICE]: Login failed, reason: {0}", reason); 353 m_log.InfoFormat("[LLOGIN SERVICE]: Login failed, reason: {0}", reason);
354 return LLFailedLoginResponse.AuthorizationProblem; 354 return new LLFailedLoginResponse("key", reason, "false");
355 355
356 } 356 }
357 // Get Friends list 357 // Get Friends list