mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
SECURITY_NT_NON_UNIQUE_RID -> SECURITY_NT_NON_UNIQUE
svn path=/trunk/; revision=23507
This commit is contained in:
parent
310cebde9f
commit
15e0dc6523
1 changed files with 2 additions and 3 deletions
|
@ -16,8 +16,7 @@
|
|||
* along with this program; if not, write to the Free Software
|
||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
*/
|
||||
/* $Id$
|
||||
*
|
||||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS system libraries
|
||||
* PURPOSE: System setup
|
||||
|
@ -191,7 +190,7 @@ CreateRandomSid (PSID *Sid)
|
|||
|
||||
RtlAllocateAndInitializeSid (&SystemAuthority,
|
||||
4,
|
||||
SECURITY_NT_NON_UNIQUE_RID,
|
||||
SECURITY_NT_NON_UNIQUE,
|
||||
RtlUniform (Seed),
|
||||
RtlUniform (Seed),
|
||||
RtlUniform (Seed),
|
||||
|
|
Loading…
Reference in a new issue