diff options
author | Melanie Thielker | 2017-02-02 15:22:27 +0000 |
---|---|---|
committer | Melanie Thielker | 2017-02-02 15:22:27 +0000 |
commit | 6164573766efff2802f3e78af5aa65b50f4ff9c6 (patch) | |
tree | 9cae8bb28f4bbed54bc17a9e4fa5ab12d3881d53 /OpenSim/Region | |
parent | Correct whimsical spelling on a log message (diff) | |
download | opensim-SC-6164573766efff2802f3e78af5aa65b50f4ff9c6.zip opensim-SC-6164573766efff2802f3e78af5aa65b50f4ff9c6.tar.gz opensim-SC-6164573766efff2802f3e78af5aa65b50f4ff9c6.tar.bz2 opensim-SC-6164573766efff2802f3e78af5aa65b50f4ff9c6.tar.xz |
Fix an error that would cause a rebake loop on HG grids
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsOut/Asset/HGAssetBroker.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Asset/HGAssetBroker.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Asset/HGAssetBroker.cs index bf9327c..92ae36f 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Asset/HGAssetBroker.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Asset/HGAssetBroker.cs | |||
@@ -243,7 +243,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Asset | |||
243 | if (m_Cache != null) | 243 | if (m_Cache != null) |
244 | m_Cache.Get(id, out asset); | 244 | m_Cache.Get(id, out asset); |
245 | 245 | ||
246 | return null; | 246 | return asset; |
247 | } | 247 | } |
248 | 248 | ||
249 | public AssetMetadata GetMetadata(string id) | 249 | public AssetMetadata GetMetadata(string id) |