aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs
diff options
context:
space:
mode:
authorMelanie2009-12-21 22:07:22 +0000
committerMelanie2009-12-21 22:07:22 +0000
commit84a1a0a72990ceea746055466f9cd1bef0ce01ad (patch)
tree4ce06ee7545cafebd375cbf68f74df29f5582b00 /OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs
parentMerge branch 'master' into careminster (diff)
parentMerge branch 'master' of melanie@opensimulator.org:/var/git/opensim (diff)
downloadopensim-SC-84a1a0a72990ceea746055466f9cd1bef0ce01ad.zip
opensim-SC-84a1a0a72990ceea746055466f9cd1bef0ce01ad.tar.gz
opensim-SC-84a1a0a72990ceea746055466f9cd1bef0ce01ad.tar.bz2
opensim-SC-84a1a0a72990ceea746055466f9cd1bef0ce01ad.tar.xz
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs')
-rw-r--r--OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs b/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs
index 968a6d6..7098b07 100644
--- a/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs
+++ b/OpenSim/Services/Connectors/Grid/HypergridServiceConnector.cs
@@ -151,6 +151,9 @@ namespace OpenSim.Services.Connectors.Grid
151 151
152 m_AssetService.Store(ass); 152 m_AssetService.Store(ass);
153 153
154 // finally
155 info.TerrainImage = ass.FullID;
156
154 } 157 }
155 catch // LEGIT: Catching problems caused by OpenJPEG p/invoke 158 catch // LEGIT: Catching problems caused by OpenJPEG p/invoke
156 { 159 {