diff options
author | Diva Canto | 2014-06-15 07:26:27 -0700 |
---|---|---|
committer | Justin Clark-Casey | 2014-06-16 18:04:39 +0100 |
commit | 34a645efb63a46b8c68fb40e6bd8f19b7c040462 (patch) | |
tree | 8eacf5f76c886ab61661e6fda8f683b89dce9825 /OpenSim/Region | |
parent | Add [Startup]LogShowStatsSeconds=n parameter which controls the interval (diff) | |
download | opensim-SC_OLD-34a645efb63a46b8c68fb40e6bd8f19b7c040462.zip opensim-SC_OLD-34a645efb63a46b8c68fb40e6bd8f19b7c040462.tar.gz opensim-SC_OLD-34a645efb63a46b8c68fb40e6bd8f19b7c040462.tar.bz2 opensim-SC_OLD-34a645efb63a46b8c68fb40e6bd8f19b7c040462.tar.xz |
Manual change as per patch in mantis #7212. (the patch failed to apply, but the fix was good) Thanks FreakyTech.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/HGInventoryBroker.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/HGInventoryBroker.cs b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/HGInventoryBroker.cs index fd41187..9179dc7 100644 --- a/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/HGInventoryBroker.cs +++ b/OpenSim/Region/CoreModules/ServiceConnectorsOut/Inventory/HGInventoryBroker.cs | |||
@@ -244,7 +244,7 @@ namespace OpenSim.Region.CoreModules.ServiceConnectorsOut.Inventory | |||
244 | if (inventoryURL != null && inventoryURL != string.Empty) | 244 | if (inventoryURL != null && inventoryURL != string.Empty) |
245 | { | 245 | { |
246 | inventoryURL = inventoryURL.Trim(new char[] { '/' }); | 246 | inventoryURL = inventoryURL.Trim(new char[] { '/' }); |
247 | m_InventoryURLs.Add(userID, inventoryURL); | 247 | m_InventoryURLs[userID] = inventoryURL; |
248 | m_log.DebugFormat("[HG INVENTORY CONNECTOR]: Added {0} to the cache of inventory URLs", inventoryURL); | 248 | m_log.DebugFormat("[HG INVENTORY CONNECTOR]: Added {0} to the cache of inventory URLs", inventoryURL); |
249 | return; | 249 | return; |
250 | } | 250 | } |