diff options
Diffstat (limited to 'SecurityIdentifier.cs')
| -rw-r--r-- | SecurityIdentifier.cs | 2 |
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 ) }; |
