From b22c072c4009cf3a42c17283f88cccab3809f9ca Mon Sep 17 00:00:00 2001 From: "Justin Clark-Casey (justincc)" Date: Thu, 15 Jan 2015 23:44:34 +0000 Subject: [PATCH] Fix a recent regression with HG asset posting to other grids where the assets were no longer being posted. Addresses regression from 08606ae (Thu Jan 8 2015) --- .../CoreModules/Framework/InventoryAccess/HGAssetMapper.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs b/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs index 6343a81689..6abdc6fa09 100644 --- a/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs +++ b/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs @@ -444,6 +444,7 @@ namespace OpenSim.Region.CoreModules.Framework.InventoryAccess HGUuidGatherer uuidGatherer = new HGUuidGatherer(m_scene.AssetService, string.Empty); uuidGatherer.AddForInspection(asset.FullID); + uuidGatherer.GatherAll(); // Check which assets already exist in the destination server