diff options
Diffstat (limited to 'indra/llinventory')
-rw-r--r-- | indra/llinventory/llpermissions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 |