summaryrefslogtreecommitdiff
path: root/SecurityIdentifier.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-10-16 02:01:27 +1100
committerJake Mannens <jake@asger.xyz>2023-10-16 02:01:27 +1100
commit07728d1048f34e1d048da63684b341ab30bc1d06 (patch)
tree9c92b30be5f3cd060827edc2ff5836b6122a9cdd /SecurityIdentifier.cs
parentea89ec0c1b05ac246f2ffd5907daace27564100b (diff)
FeedService and AclDialog
Diffstat (limited to 'SecurityIdentifier.cs')
-rw-r--r--SecurityIdentifier.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/SecurityIdentifier.cs b/SecurityIdentifier.cs
index 98818e0..608cb75 100644
--- a/SecurityIdentifier.cs
+++ b/SecurityIdentifier.cs
@@ -17,7 +17,7 @@ public static class WellKnownSid {
private static readonly (string name, SecurityIdentifier sid)[] nameMap = new[] {
( "Everyone", WorldSid ),
( "LOCAL", LocalSid ),
- ( "CREATOR OWNER", CreatorGroupSid ),
+ ( "CREATOR OWNER", CreatorOwnerSid ),
( "CREATOR GROUP", CreatorGroupSid )
};