aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
index afe1200..a32afd5 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
@@ -496,6 +496,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
496 return null; 496 return null;
497 } 497 }
498 498
499 return account;
500 /*
499 try 501 try
500 { 502 {
501 string encpass = Util.Md5Hash(pass); 503 string encpass = Util.Md5Hash(pass);
@@ -516,6 +518,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
516 m_log.ErrorFormat("[INVENTORY ARCHIVER]: Could not authenticate password, {0}", e.Message); 518 m_log.ErrorFormat("[INVENTORY ARCHIVER]: Could not authenticate password, {0}", e.Message);
517 return null; 519 return null;
518 } 520 }
521 */
519 } 522 }
520 523
521 /// <summary> 524 /// <summary>