diff options
author | Jeff Ames | 2009-06-10 04:28:56 +0000 |
---|---|---|
committer | Jeff Ames | 2009-06-10 04:28:56 +0000 |
commit | a23d64dec1cbf88abc3c7e84664a683dee534e4a (patch) | |
tree | 7e85403f29839775209481ba7f6ee55aac56f209 /OpenSim/Framework/Util.cs | |
parent | Letting the Flotsam cache be enabled even when [AssetCache] section is missin... (diff) | |
download | opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.zip opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.gz opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.bz2 opensim-SC_OLD-a23d64dec1cbf88abc3c7e84664a683dee534e4a.tar.xz |
Formatting cleanup.
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r-- | OpenSim/Framework/Util.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs index d6202ea..0a9b67d 100644 --- a/OpenSim/Framework/Util.cs +++ b/OpenSim/Framework/Util.cs | |||
@@ -1060,11 +1060,11 @@ namespace OpenSim.Framework | |||
1060 | 1060 | ||
1061 | public static Guid GetHashGuid(string data, string salt) | 1061 | public static Guid GetHashGuid(string data, string salt) |
1062 | { | 1062 | { |
1063 | byte[] hash = ComputeMD5Hash( data + salt ); | 1063 | byte[] hash = ComputeMD5Hash(data + salt); |
1064 | 1064 | ||
1065 | //string s = BitConverter.ToString(hash); | 1065 | //string s = BitConverter.ToString(hash); |
1066 | 1066 | ||
1067 | Guid guid = new Guid( hash ); | 1067 | Guid guid = new Guid(hash); |
1068 | 1068 | ||
1069 | return guid; | 1069 | return guid; |
1070 | } | 1070 | } |