aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs
diff options
context:
space:
mode:
authordiva2009-04-19 15:07:29 +0000
committerdiva2009-04-19 15:07:29 +0000
commit4f07370d9455d045a9c3ab889f28cb7710840083 (patch)
tree4b904fc8a6e09e701cdce40dd0118d5fecc22ab5 /OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs
parentChange invType of scripts from "lsl_text" to "script". Fixes Mantis #3482. (diff)
downloadopensim-SC_OLD-4f07370d9455d045a9c3ab889f28cb7710840083.zip
opensim-SC_OLD-4f07370d9455d045a9c3ab889f28cb7710840083.tar.gz
opensim-SC_OLD-4f07370d9455d045a9c3ab889f28cb7710840083.tar.bz2
opensim-SC_OLD-4f07370d9455d045a9c3ab889f28cb7710840083.tar.xz
Accounting for the changes introduced in AssetServerBase in r9143 related to starting the thread manually. Fixes mantis #3490.
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs b/OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs
index 5242285..1186bee 100644
--- a/OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs
+++ b/OpenSim/Region/Framework/Scenes/Hypergrid/HGAssetMapper.cs
@@ -307,6 +307,7 @@ namespace OpenSim.Region.Framework.Scenes.Hypergrid
307 asscli = new GridAssetClient(userAssetURL); 307 asscli = new GridAssetClient(userAssetURL);
308 asscli.SetReceiver(m_scene.CommsManager.AssetCache); // Straight to the asset cache! 308 asscli.SetReceiver(m_scene.CommsManager.AssetCache); // Straight to the asset cache!
309 m_assetServers.Add(userAssetURL, asscli); 309 m_assetServers.Add(userAssetURL, asscli);
310 asscli.Start();
310 } 311 }
311 312
312 m_log.Debug("[HGScene]: Fetching object " + assetID + " to asset server " + userAssetURL); 313 m_log.Debug("[HGScene]: Fetching object " + assetID + " to asset server " + userAssetURL);