From bdffd56a454a5adebc2022d6f1c39f288e62c0d9 Mon Sep 17 00:00:00 2001 From: Dr Scofield Date: Fri, 5 Dec 2008 15:28:03 +0000 Subject: killing warnings, reformatting RemoteAdminPlugin --- OpenSim/Framework/Communications/Cache/CryptoGridAssetClient.cs | 9 ++++----- OpenSim/Framework/Communications/LoginService.cs | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'OpenSim/Framework') diff --git a/OpenSim/Framework/Communications/Cache/CryptoGridAssetClient.cs b/OpenSim/Framework/Communications/Cache/CryptoGridAssetClient.cs index 8e88844..3ed9172 100644 --- a/OpenSim/Framework/Communications/Cache/CryptoGridAssetClient.cs +++ b/OpenSim/Framework/Communications/Cache/CryptoGridAssetClient.cs @@ -270,11 +270,10 @@ namespace OpenSim.Framework.Communications.Cache // passphrase and salt value. The password will be created using // the specified hash algorithm. Password creation can be done in // several iterations. - PasswordDeriveBytes password = new PasswordDeriveBytes( - passPhrase, - saltValueBytes, - hashAlgorithm, - passwordIterations); + PasswordDeriveBytes password = new PasswordDeriveBytes(passPhrase, + saltValueBytes, + hashAlgorithm, + passwordIterations); // Use the password to generate pseudo-random bytes for the encryption // key. Specify the size of the key in bytes (instead of bits). 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 try { - bool GoodLogin = false; + // bool GoodLogin = false; string startLocationRequest = "last"; -- cgit v1.1