2020-06-13 20:04:02 +00:00
|
|
|
From 1f6af9f8d49b4736b04c48057d9089003a0091cf Mon Sep 17 00:00:00 2001
|
2020-06-13 19:56:48 +00:00
|
|
|
From: Christopher Latza <latzachristopher@live.de>
|
2020-06-13 20:04:02 +00:00
|
|
|
Date: Sat, 13 Jun 2020 22:03:15 +0200
|
|
|
|
Subject: [PATCH] fix permission
|
2020-06-13 19:56:48 +00:00
|
|
|
|
|
|
|
---
|
2020-06-13 20:04:02 +00:00
|
|
|
OpenSim/Region/Framework/Scenes/SceneObjectGroup.Inventory.cs | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
2020-06-13 19:56:48 +00:00
|
|
|
|
|
|
|
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.Inventory.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.Inventory.cs
|
2020-06-13 20:04:02 +00:00
|
|
|
index 0c603b3244..50d1cae998 100644
|
2020-06-13 19:56:48 +00:00
|
|
|
--- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.Inventory.cs
|
|
|
|
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.Inventory.cs
|
2020-06-13 20:04:02 +00:00
|
|
|
@@ -353,6 +353,7 @@ namespace OpenSim.Region.Framework.Scenes
|
2020-06-13 19:56:48 +00:00
|
|
|
|
|
|
|
public void AggregatePerms()
|
|
|
|
{
|
|
|
|
+ return;
|
|
|
|
lock(m_PermissionsLock)
|
|
|
|
{
|
|
|
|
// aux
|
|
|
|
--
|
|
|
|
2.27.0.windows.1
|
|
|
|
|