aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/LoginService.cs
diff options
context:
space:
mode:
authorDr Scofield2008-12-05 15:28:03 +0000
committerDr Scofield2008-12-05 15:28:03 +0000
commitbdffd56a454a5adebc2022d6f1c39f288e62c0d9 (patch)
treee6ecf91b2ccef7d5758979d339ccd69cbcf0c43f /OpenSim/Framework/Communications/LoginService.cs
parentsave file before commit is often useful (diff)
downloadopensim-SC_OLD-bdffd56a454a5adebc2022d6f1c39f288e62c0d9.zip
opensim-SC_OLD-bdffd56a454a5adebc2022d6f1c39f288e62c0d9.tar.gz
opensim-SC_OLD-bdffd56a454a5adebc2022d6f1c39f288e62c0d9.tar.bz2
opensim-SC_OLD-bdffd56a454a5adebc2022d6f1c39f288e62c0d9.tar.xz
killing warnings, reformatting RemoteAdminPlugin
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/Communications/LoginService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Communications/LoginService.cs b/OpenSim/Framework/Communications/LoginService.cs
index 90c5206..24e9ca9 100644
--- a/OpenSim/Framework/Communications/LoginService.cs
+++ b/OpenSim/Framework/Communications/LoginService.cs
@@ -350,7 +350,7 @@ namespace OpenSim.Framework.Communications
350 350
351 try 351 try
352 { 352 {
353 bool GoodLogin = false; 353 // bool GoodLogin = false;
354 354
355 string startLocationRequest = "last"; 355 string startLocationRequest = "last";
356 356