From df3f95e1813f3b65f5172444e35cb53df9ef3ad9 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Mon, 19 Feb 2024 21:36:07 +0100 Subject: Fixed inital return value accidentally got changed in commit 9e854b697a06abed2a0917fb6120445f176764f0 --- indra/llinventory/llpermissions.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llinventory/llpermissions.cpp b/indra/llinventory/llpermissions.cpp index 693a0da123..b119a549f5 100644 --- a/indra/llinventory/llpermissions.cpp +++ b/indra/llinventory/llpermissions.cpp @@ -325,7 +325,7 @@ bool LLPermissions::deedToGroup(const LLUUID& agent, const LLUUID& group) bool LLPermissions::setBaseBits(const LLUUID& agent, bool set, PermissionMask bits) { - bool ownership = true; + bool ownership = false; if(agent.isNull()) { // only the system is always allowed to change base bits -- cgit v1.2.3