diff --git a/reactos/lib/advapi32/sec/sec.c b/reactos/lib/advapi32/sec/sec.c index 77d3b21f0d7..447fde72064 100644 --- a/reactos/lib/advapi32/sec/sec.c +++ b/reactos/lib/advapi32/sec/sec.c @@ -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 * PROJECT: ReactOS system libraries @@ -358,7 +358,7 @@ SetSecurityDescriptorOwner ( { NTSTATUS Status; - Status = RtlSetGroupSecurityDescriptor (pSecurityDescriptor, + Status = RtlSetOwnerSecurityDescriptor (pSecurityDescriptor, pOwner, bOwnerDefaulted); if (!NT_SUCCESS(Status))