From 07728d1048f34e1d048da63684b341ab30bc1d06 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Mon, 16 Oct 2023 02:01:27 +1100 Subject: FeedService and AclDialog --- SecurityIdentifier.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SecurityIdentifier.cs') 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 ) }; -- cgit v1.3