diff options
| author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2025-10-07 17:25:50 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-07 17:25:50 +0300 |
| commit | 688224a6cb103a4ed2604a3cc2ed8aa326efcd8e (patch) | |
| tree | 3a90da819f3d47f33a5a80b0af133dce70116ae8 | |
| parent | d9db7bb645c936ff5d18feb3f6a07113bf8a9db2 (diff) | |
#4772 fix group ownership detection for deeded objects
| -rw-r--r-- | indra/llinventory/llpermissions.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llinventory/llpermissions.cpp b/indra/llinventory/llpermissions.cpp index ebf7445c65..b17e22e465 100644 --- a/indra/llinventory/llpermissions.cpp +++ b/indra/llinventory/llpermissions.cpp @@ -774,6 +774,7 @@ void LLPermissions::importLLSD(const LLSD& sd_perm) } } + fixOwnership(); fix(); } |
