mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
fix compilation with full optimizations
svn path=/trunk/; revision=29988
This commit is contained in:
@@ -138,8 +138,8 @@ NTSTATUS NTAPI
|
||||
RtlCopySecurityDescriptor(IN PSECURITY_DESCRIPTOR pSourceSecurityDescriptor,
|
||||
OUT PSECURITY_DESCRIPTOR pDestinationSecurityDescriptor)
|
||||
{
|
||||
PSID Owner, Group;
|
||||
PACL Dacl, Sacl;
|
||||
PSID Owner = NULL, Group = NULL;
|
||||
PACL Dacl = NULL, Sacl = NULL;
|
||||
BOOLEAN Defaulted, Present;
|
||||
DWORD OwnerLength, GroupLength;
|
||||
PSECURITY_DESCRIPTOR srcSD = pSourceSecurityDescriptor;
|
||||
|
||||
Reference in New Issue
Block a user