mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:13:01 +00:00
Fix typo in SetSecurityDescriptorOwner().
svn path=/trunk/; revision=10079
This commit is contained in:
parent
f85cea6c2c
commit
8d58125bdc
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: sec.c,v 1.20 2004/03/25 11:30:07 ekohl Exp $
|
/* $Id: sec.c,v 1.21 2004/07/11 13:33:40 ekohl Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS system libraries
|
* PROJECT: ReactOS system libraries
|
||||||
|
@ -358,7 +358,7 @@ SetSecurityDescriptorOwner (
|
||||||
{
|
{
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
|
|
||||||
Status = RtlSetGroupSecurityDescriptor (pSecurityDescriptor,
|
Status = RtlSetOwnerSecurityDescriptor (pSecurityDescriptor,
|
||||||
pOwner,
|
pOwner,
|
||||||
bOwnerDefaulted);
|
bOwnerDefaulted);
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue