mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 09:45:47 +08:00
killing warnings, reformatting RemoteAdminPlugin
This commit is contained in:
@@ -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).
|
||||
|
||||
@@ -350,7 +350,7 @@ namespace OpenSim.Framework.Communications
|
||||
|
||||
try
|
||||
{
|
||||
bool GoodLogin = false;
|
||||
// bool GoodLogin = false;
|
||||
|
||||
string startLocationRequest = "last";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user