aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2015-01-15 23:44:34 +0000
committerJustin Clark-Casey (justincc)2015-01-15 23:44:34 +0000
commitb22c072c4009cf3a42c17283f88cccab3809f9ca (patch)
tree2d1f67f17d926ecdd66c6ea266b478646d05a270
parentStop simulators attempting to contact registered but offline regions (RegionF... (diff)
downloadopensim-SC_OLD-b22c072c4009cf3a42c17283f88cccab3809f9ca.zip
opensim-SC_OLD-b22c072c4009cf3a42c17283f88cccab3809f9ca.tar.gz
opensim-SC_OLD-b22c072c4009cf3a42c17283f88cccab3809f9ca.tar.bz2
opensim-SC_OLD-b22c072c4009cf3a42c17283f88cccab3809f9ca.tar.xz
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)
-rw-r--r--OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs b/OpenSim/Region/CoreModules/Framework/InventoryAccess/HGAssetMapper.cs
index 6343a81..6abdc6f 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
444 444
445 HGUuidGatherer uuidGatherer = new HGUuidGatherer(m_scene.AssetService, string.Empty); 445 HGUuidGatherer uuidGatherer = new HGUuidGatherer(m_scene.AssetService, string.Empty);
446 uuidGatherer.AddForInspection(asset.FullID); 446 uuidGatherer.AddForInspection(asset.FullID);
447 uuidGatherer.GatherAll();
447 448
448 // Check which assets already exist in the destination server 449 // Check which assets already exist in the destination server
449 450