diff options
author | Dr Scofield | 2008-12-05 15:28:03 +0000 |
---|---|---|
committer | Dr Scofield | 2008-12-05 15:28:03 +0000 |
commit | bdffd56a454a5adebc2022d6f1c39f288e62c0d9 (patch) | |
tree | e6ecf91b2ccef7d5758979d339ccd69cbcf0c43f /OpenSim/Framework/Communications/LoginService.cs | |
parent | save file before commit is often useful (diff) | |
download | opensim-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 'OpenSim/Framework/Communications/LoginService.cs')
-rw-r--r-- | OpenSim/Framework/Communications/LoginService.cs | 2 |
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 | ||