add a comment about parts permissions aggregation

httptests
UbitUmarov 2017-01-19 13:25:00 +00:00
parent 984345a202
commit b9651652e1
1 changed files with 2 additions and 0 deletions

View File

@ -2551,6 +2551,8 @@ namespace OpenSim.Region.Framework.Scenes
public void AggregateInnerPerms()
{
// assuming child prims permissions masks are irrelevant on a linkset
// root part is handle at SOG since its masks are the sog masks
const uint mask = (uint)PermissionMask.AllEffective;
uint owner = mask;