diff options
author | Justin Clark-Casey (justincc) | 2015-01-15 23:44:34 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2015-01-15 23:44:34 +0000 |
commit | b22c072c4009cf3a42c17283f88cccab3809f9ca (patch) | |
tree | 2d1f67f17d926ecdd66c6ea266b478646d05a270 | |
parent | Stop simulators attempting to contact registered but offline regions (RegionF... (diff) | |
download | opensim-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.cs | 1 |
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 | ||