Fix null sessions in HttpContextWrapper.Session
[mono.git] / mcs / class / corlib / System.Security.AccessControl / MutexAccessRule.cs
index b61852705c40c9a1c1f4fdebe6cfb00a2b5c9d5c..96d49a318d0c7af508766bf5261b8c8e33ca96bf 100644 (file)
@@ -45,7 +45,7 @@ namespace System.Security.AccessControl
                public MutexAccessRule (string identity,
                                        MutexRights eventRights,
                                        AccessControlType type)
-                       : this (new SecurityIdentifier (identity), eventRights, type)
+                       : this (new NTAccount (identity), eventRights, type)
                {
                }