killing warnings, reformatting RemoteAdminPlugin

This commit is contained in:
Dr Scofield
2008-12-05 15:28:03 +00:00
parent 336daa1aa8
commit bdffd56a45
4 changed files with 23 additions and 19 deletions

View File

@@ -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).

View File

@@ -350,7 +350,7 @@ namespace OpenSim.Framework.Communications
try
{
bool GoodLogin = false;
// bool GoodLogin = false;
string startLocationRequest = "last";