mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:56:26 +00:00
[SVCHOST]
* Fix a typo. svn path=/trunk/; revision=59851
This commit is contained in:
parent
13fa3680e5
commit
9aa6a42782
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ ScAllocateAndInitializeSid (
|
||||||
{
|
{
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
|
|
||||||
/* Allocare toom for the SID */
|
/* Allocate room for the SID */
|
||||||
*Sid = RtlAllocateHeap(RtlGetProcessHeap(),
|
*Sid = RtlAllocateHeap(RtlGetProcessHeap(),
|
||||||
0,
|
0,
|
||||||
RtlLengthRequiredSid(SubAuthorityCount));
|
RtlLengthRequiredSid(SubAuthorityCount));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue