aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2009-09-06 19:30:03 +0100
committerJustin Clark-Casey (justincc)2009-09-06 19:30:03 +0100
commit304c78bbbbc9a176d70d2967a3f703f2e545565c (patch)
tree09f6e89a31ac9e10ddd1848c929d57d593de08ed /OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
parentAdd ids to iar requests (diff)
downloadopensim-SC_OLD-304c78bbbbc9a176d70d2967a3f703f2e545565c.zip
opensim-SC_OLD-304c78bbbbc9a176d70d2967a3f703f2e545565c.tar.gz
opensim-SC_OLD-304c78bbbbc9a176d70d2967a3f703f2e545565c.tar.bz2
opensim-SC_OLD-304c78bbbbc9a176d70d2967a3f703f2e545565c.tar.xz
Temporarily re-enable save iar test by manually insert the item into the old cache during the test
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
index 18728c6..6653516 100644
--- a/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
+++ b/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveWriteRequest.cs
@@ -207,6 +207,13 @@ namespace OpenSim.Region.CoreModules.Avatar.Inventory.Archiver
207 InventoryFolderImpl inventoryFolder = null; 207 InventoryFolderImpl inventoryFolder = null;
208 InventoryItemBase inventoryItem = null; 208 InventoryItemBase inventoryItem = null;
209 209
210 // XXX: Very temporarily, drop and refetch inventory to make sure we have any newly created items in cache
211 // This will disappear very soon once we stop using the old cached inventory.
212 /*
213 m_userInfo.DropInventory();
214 m_userInfo.FetchInventory();
215 */
216
210 if (!m_userInfo.HasReceivedInventory) 217 if (!m_userInfo.HasReceivedInventory)
211 { 218 {
212 // If the region server has access to the user admin service (by which users are created), 219 // If the region server has access to the user admin service (by which users are created),