diff options
author | onefang | 2021-07-06 13:02:57 +1000 |
---|---|---|
committer | onefang | 2021-07-06 13:02:57 +1000 |
commit | 507bdf5a57f16b91666ab199fb7f817fd9e2f7fe (patch) | |
tree | 94708f805740007be0ad7e5be38b8ea81813c76e /OpenSim/Region/CoreModules/Avatar | |
parent | Godliness can be in the first name as well. (diff) | |
download | opensim-SC-507bdf5a57f16b91666ab199fb7f817fd9e2f7fe.zip opensim-SC-507bdf5a57f16b91666ab199fb7f817fd9e2f7fe.tar.gz opensim-SC-507bdf5a57f16b91666ab199fb7f817fd9e2f7fe.tar.bz2 opensim-SC-507bdf5a57f16b91666ab199fb7f817fd9e2f7fe.tar.xz |
No need for password to save IARs.
Makes it impossible to script.
Diffstat (limited to 'OpenSim/Region/CoreModules/Avatar')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs | 3 |
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 d50ebf5..5b96c63 100644 --- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiverModule.cs | |||
@@ -567,6 +567,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver | |||
567 | return null; | 567 | return null; |
568 | } | 568 | } |
569 | 569 | ||
570 | /*//// | ||
570 | try | 571 | try |
571 | { | 572 | { |
572 | string encpass = Util.Md5Hash(pass); | 573 | string encpass = Util.Md5Hash(pass); |
@@ -587,6 +588,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver | |||
587 | m_log.ErrorFormat("[INVENTORY ARCHIVER]: Could not authenticate password, {0}", e); | 588 | m_log.ErrorFormat("[INVENTORY ARCHIVER]: Could not authenticate password, {0}", e); |
588 | return null; | 589 | return null; |
589 | } | 590 | } |
591 | *///// | ||
592 | return account; | ||
590 | } | 593 | } |
591 | 594 | ||
592 | /// <summary> | 595 | /// <summary> |