diff options
author | UbitUmarov | 2015-10-06 18:17:15 +0100 |
---|---|---|
committer | UbitUmarov | 2015-10-06 18:17:15 +0100 |
commit | aa64d3bb7c957b41da20acff710f4dd4c2396332 (patch) | |
tree | 978c21161660933c9074a14113fe5b95d45c482b /OpenSim/Capabilities | |
parent | send DisplayNames dates in UTC and not region local time. send a next update... (diff) | |
download | opensim-SC-aa64d3bb7c957b41da20acff710f4dd4c2396332.zip opensim-SC-aa64d3bb7c957b41da20acff710f4dd4c2396332.tar.gz opensim-SC-aa64d3bb7c957b41da20acff710f4dd4c2396332.tar.bz2 opensim-SC-aa64d3bb7c957b41da20acff710f4dd4c2396332.tar.xz |
dont send of the contents of LinkFolders
Diffstat (limited to 'OpenSim/Capabilities')
-rw-r--r-- | OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs b/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs index 7197049..0312ec2 100644 --- a/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs +++ b/OpenSim/Capabilities/Handlers/FetchInventory/FetchInvDescHandler.cs | |||
@@ -441,6 +441,10 @@ namespace OpenSim.Capabilities.Handlers | |||
441 | } | 441 | } |
442 | 442 | ||
443 | // Now scan for folder links and insert the items they target and those links at the head of the return data | 443 | // Now scan for folder links and insert the items they target and those links at the head of the return data |
444 | |||
445 | /* dont send contents of LinkFolders. | ||
446 | from docs seems this was never a spec | ||
447 | |||
444 | foreach (InventoryItemBase item in originalItems) | 448 | foreach (InventoryItemBase item in originalItems) |
445 | { | 449 | { |
446 | if (item.AssetType == (int)AssetType.LinkFolder) | 450 | if (item.AssetType == (int)AssetType.LinkFolder) |
@@ -471,6 +475,7 @@ namespace OpenSim.Capabilities.Handlers | |||
471 | } | 475 | } |
472 | } | 476 | } |
473 | } | 477 | } |
478 | */ | ||
474 | } | 479 | } |
475 | 480 | ||
476 | // foreach (InventoryItemBase item in contents.Items) | 481 | // foreach (InventoryItemBase item in contents.Items) |