31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
|
From 13abf57f71396e54ee477dcc22e16e2b80c09770 Mon Sep 17 00:00:00 2001
|
||
|
From: Chris <christopher.latza@gmail.com>
|
||
|
Date: Mon, 7 Nov 2016 22:58:55 +0100
|
||
|
Subject: [PATCH] remove iar passwort
|
||
|
|
||
|
---
|
||
|
.../CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs | 3 +++
|
||
|
1 file changed, 3 insertions(+)
|
||
|
|
||
|
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
|
||
|
index 8847414..8d11d20 100644
|
||
|
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
|
||
|
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
|
||
|
@@ -565,6 +565,8 @@ UserAccount account
|
||
|
return null;
|
||
|
}
|
||
|
|
||
|
+ return account;
|
||
|
+ /*
|
||
|
try
|
||
|
{
|
||
|
string encpass = Util.Md5Hash(pass);
|
||
|
@@ -585,6 +587,7 @@ UserAccount account
|
||
|
m_log.ErrorFormat("[INVENTORY ARCHIVER]: Could not authenticate password, {0}", e);
|
||
|
return null;
|
||
|
}
|
||
|
+ */
|
||
|
}
|
||
|
|
||
|
/// <summary>
|