dont send of the contents of LinkFolders

avinationmerge
UbitUmarov 2015-10-06 18:17:15 +01:00
parent 24ca32d8a8
commit aa64d3bb7c
1 changed files with 5 additions and 0 deletions

View File

@ -441,6 +441,10 @@ namespace OpenSim.Capabilities.Handlers
}
// Now scan for folder links and insert the items they target and those links at the head of the return data
/* dont send contents of LinkFolders.
from docs seems this was never a spec
foreach (InventoryItemBase item in originalItems)
{
if (item.AssetType == (int)AssetType.LinkFolder)
@ -471,6 +475,7 @@ namespace OpenSim.Capabilities.Handlers
}
}
}
*/
}
// foreach (InventoryItemBase item in contents.Items)