SECURITY_NT_NON_UNIQUE_RID -> SECURITY_NT_NON_UNIQUE

svn path=/trunk/; revision=23507
This commit is contained in:
Hervé Poussineau 2006-08-06 20:33:34 +00:00
parent 310cebde9f
commit 15e0dc6523

View file

@ -16,8 +16,7 @@
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/ */
/* $Id$ /*
*
* COPYRIGHT: See COPYING in the top level directory * COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS system libraries * PROJECT: ReactOS system libraries
* PURPOSE: System setup * PURPOSE: System setup
@ -191,7 +190,7 @@ CreateRandomSid (PSID *Sid)
RtlAllocateAndInitializeSid (&SystemAuthority, RtlAllocateAndInitializeSid (&SystemAuthority,
4, 4,
SECURITY_NT_NON_UNIQUE_RID, SECURITY_NT_NON_UNIQUE,
RtlUniform (Seed), RtlUniform (Seed),
RtlUniform (Seed), RtlUniform (Seed),
RtlUniform (Seed), RtlUniform (Seed),