diff options
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs index 69d8288..0544696 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectPart.cs | |||
@@ -2551,6 +2551,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
2551 | 2551 | ||
2552 | public void AggregateInnerPerms() | 2552 | public void AggregateInnerPerms() |
2553 | { | 2553 | { |
2554 | // assuming child prims permissions masks are irrelevant on a linkset | ||
2555 | // root part is handle at SOG since its masks are the sog masks | ||
2554 | const uint mask = (uint)PermissionMask.AllEffective; | 2556 | const uint mask = (uint)PermissionMask.AllEffective; |
2555 | 2557 | ||
2556 | uint owner = mask; | 2558 | uint owner = mask; |