From 6e2a86f6b910468f8da7b09e0881a9b7681f40b3 Mon Sep 17 00:00:00 2001 From: Maxim Nikolenko Date: Tue, 7 Oct 2025 17:25:50 +0300 Subject: [PATCH] #4772 fix group ownership detection for deeded objects (FS:TJ- Fixes issue FIRE-35983) --- indra/llinventory/llpermissions.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/indra/llinventory/llpermissions.cpp b/indra/llinventory/llpermissions.cpp index 84fde40a1f..03cd7771d4 100644 --- a/indra/llinventory/llpermissions.cpp +++ b/indra/llinventory/llpermissions.cpp @@ -774,6 +774,7 @@ void LLPermissions::importLLSD(const LLSD& sd_perm) } } + fixOwnership(); fix(); }