aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r--OpenSim/Framework/Util.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs
index a0cac96..7019096 100644
--- a/OpenSim/Framework/Util.cs
+++ b/OpenSim/Framework/Util.cs
@@ -1024,7 +1024,7 @@ namespace OpenSim.Framework
1024 { 1024 {
1025 byte[] hash = ComputeMD5Hash( data + salt ); 1025 byte[] hash = ComputeMD5Hash( data + salt );
1026 1026
1027 string s = BitConverter.ToString(hash); 1027 //string s = BitConverter.ToString(hash);
1028 1028
1029 Guid guid = new Guid( hash ); 1029 Guid guid = new Guid( hash );
1030 1030