mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Formatting cleanup.
This commit is contained in:
@@ -1060,11 +1060,11 @@ namespace OpenSim.Framework
|
||||
|
||||
public static Guid GetHashGuid(string data, string salt)
|
||||
{
|
||||
byte[] hash = ComputeMD5Hash( data + salt );
|
||||
byte[] hash = ComputeMD5Hash(data + salt);
|
||||
|
||||
//string s = BitConverter.ToString(hash);
|
||||
|
||||
Guid guid = new Guid( hash );
|
||||
Guid guid = new Guid(hash);
|
||||
|
||||
return guid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user