aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Util.cs
diff options
context:
space:
mode:
authorUbitUmarov2017-04-29 19:07:04 +0100
committerUbitUmarov2017-04-29 19:07:04 +0100
commit04117d9f75ca278a921be9ce09c8c859f81cd428 (patch)
tree3a919f3e3d2eb3c0ea22bcb7fefa9fdd5e0541e0 /OpenSim/Framework/Util.cs
parentadd check for valid folded perms (diff)
downloadopensim-SC_OLD-04117d9f75ca278a921be9ce09c8c859f81cd428.zip
opensim-SC_OLD-04117d9f75ca278a921be9ce09c8c859f81cd428.tar.gz
opensim-SC_OLD-04117d9f75ca278a921be9ce09c8c859f81cd428.tar.bz2
opensim-SC_OLD-04117d9f75ca278a921be9ce09c8c859f81cd428.tar.xz
recover PermissionsUtil.ApplyFoldedPermissions (well my version). its use easys code readability
Diffstat (limited to 'OpenSim/Framework/Util.cs')
-rw-r--r--OpenSim/Framework/Util.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/Util.cs b/OpenSim/Framework/Util.cs
index 4d025a9..f6ded04 100644
--- a/OpenSim/Framework/Util.cs
+++ b/OpenSim/Framework/Util.cs
@@ -92,8 +92,8 @@ namespace OpenSim.Framework
92 // explicitly given 92 // explicitly given
93 All = 0x8e000, 93 All = 0x8e000,
94 AllAndExport = 0x9e000, 94 AllAndExport = 0x9e000,
95 AllEffective = 0x9e000 95 AllEffective = 0x9e000,
96 96 UnfoldedMask = 0x1e000
97 } 97 }
98 98
99 /// <summary> 99 /// <summary>