fix compilation with full optimizations

svn path=/trunk/; revision=29988
This commit is contained in:
Thomas Bluemel 2007-10-30 22:03:37 +00:00
parent 5e02be2e6d
commit 0f9c8e1dcc

View file

@ -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;