aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/LoginService.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2009-01-05 17:38:39 +0000
committerJustin Clarke Casey2009-01-05 17:38:39 +0000
commit04ffcce7ea4fd303cd05e31aa8ece999c17f45b0 (patch)
tree74196c15e8c716d3361cce6343eb1c7a48338c5d /OpenSim/Framework/Communications/LoginService.cs
parent* Check in login service tests beachhead (diff)
downloadopensim-SC_OLD-04ffcce7ea4fd303cd05e31aa8ece999c17f45b0.zip
opensim-SC_OLD-04ffcce7ea4fd303cd05e31aa8ece999c17f45b0.tar.gz
opensim-SC_OLD-04ffcce7ea4fd303cd05e31aa8ece999c17f45b0.tar.bz2
opensim-SC_OLD-04ffcce7ea4fd303cd05e31aa8ece999c17f45b0.tar.xz
* Extend stub to test the successful login of a user on the local login service
* Test does not do authentication
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/LoginService.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs
index b2434c2..f34f10c 100644
--- a/OpenSim/Framework/Communications/LoginService.cs
+++ b/OpenSim/Framework/Communications/LoginService.cs
@@ -117,8 +117,6 @@ namespace OpenSim.Framework.Communications
117 117
118 bool GoodXML = (requestData.Contains("first") && requestData.Contains("last") && 118 bool GoodXML = (requestData.Contains("first") && requestData.Contains("last") &&
119 (requestData.Contains("passwd") || requestData.Contains("web_login_key"))); 119 (requestData.Contains("passwd") || requestData.Contains("web_login_key")));
120
121 //bool GoodLogin;
122 120
123 string startLocationRequest = "last"; 121 string startLocationRequest = "last";
124 122