aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory
diff options
context:
space:
mode:
authorUbitUmarov2016-10-25 20:16:23 +0100
committerUbitUmarov2016-10-25 20:16:23 +0100
commitdb0c26814011764c381a432b5542e03433081811 (patch)
treebc439f110d0910817d49599d3b44a70ea76478b0 /OpenSim/Region/CoreModules/Avatar/Inventory
parentFlip master to 0.9.1 (diff)
downloadopensim-SC_OLD-db0c26814011764c381a432b5542e03433081811.zip
opensim-SC_OLD-db0c26814011764c381a432b5542e03433081811.tar.gz
opensim-SC_OLD-db0c26814011764c381a432b5542e03433081811.tar.bz2
opensim-SC_OLD-db0c26814011764c381a432b5542e03433081811.tar.xz
mantis 8041: check target user password on save/load IAR
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar/Inventory')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
index 8d11d20..8847414 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs
@@ -565,8 +565,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
565 return null; 565 return null;
566 } 566 }
567 567
568 return account;
569 /*
570 try 568 try
571 { 569 {
572 string encpass = Util.Md5Hash(pass); 570 string encpass = Util.Md5Hash(pass);
@@ -587,7 +585,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
587 m_log.ErrorFormat("[INVENTORY ARCHIVER]: Could not authenticate password, {0}", e); 585 m_log.ErrorFormat("[INVENTORY ARCHIVER]: Could not authenticate password, {0}", e);
588 return null; 586 return null;
589 } 587 }
590 */
591 } 588 }
592 589
593 /// <summary> 590 /// <summary>