aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/LLLoginService/LLLoginResponse.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/LLLoginResponse.cs
parentMerge branch 'master' into careminster-presence-refactor (diff)
parentRemove "Could not authorize your session into the region" message in favor (diff)
downloadopensim-SC_OLD-52f49b2a78a3d942da3211855852341b20106c24.zip
opensim-SC_OLD-52f49b2a78a3d942da3211855852341b20106c24.tar.gz
opensim-SC_OLD-52f49b2a78a3d942da3211855852341b20106c24.tar.bz2
opensim-SC_OLD-52f49b2a78a3d942da3211855852341b20106c24.tar.xz
Merge branch 'master' into careminster-presence-refactor
Diffstat (limited to 'OpenSim/Services/LLLoginService/LLLoginResponse.cs')
-rw-r--r--OpenSim/Services/LLLoginService/LLLoginResponse.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Services/LLLoginService/LLLoginResponse.cs b/OpenSim/Services/LLLoginService/LLLoginResponse.cs
index c1da463..011cad8 100644
--- a/OpenSim/Services/LLLoginService/LLLoginResponse.cs
+++ b/OpenSim/Services/LLLoginService/LLLoginResponse.cs
@@ -52,7 +52,6 @@ namespace OpenSim.Services.LLLoginService
52 protected string m_login; 52 protected string m_login;
53 53
54 public static LLFailedLoginResponse UserProblem; 54 public static LLFailedLoginResponse UserProblem;
55 public static LLFailedLoginResponse AuthorizationProblem;
56 public static LLFailedLoginResponse GridProblem; 55 public static LLFailedLoginResponse GridProblem;
57 public static LLFailedLoginResponse InventoryProblem; 56 public static LLFailedLoginResponse InventoryProblem;
58 public static LLFailedLoginResponse DeadRegionProblem; 57 public static LLFailedLoginResponse DeadRegionProblem;
@@ -66,9 +65,6 @@ namespace OpenSim.Services.LLLoginService
66 UserProblem = new LLFailedLoginResponse("key", 65 UserProblem = new LLFailedLoginResponse("key",
67 "Could not authenticate your avatar. Please check your username and password, and check the grid if problems persist.", 66 "Could not authenticate your avatar. Please check your username and password, and check the grid if problems persist.",
68 "false"); 67 "false");
69 AuthorizationProblem = new LLFailedLoginResponse("key",
70 "Error connecting to grid. Unable to authorize your session into the region.",
71 "false");
72 GridProblem = new LLFailedLoginResponse("key", 68 GridProblem = new LLFailedLoginResponse("key",
73 "Error connecting to the desired location. Try connecting to another region.", 69 "Error connecting to the desired location. Try connecting to another region.",
74 "false"); 70 "false");