Fix Compiler warning with -O2

svn path=/trunk/; revision=10382
This commit is contained in:
Alex Ionescu 2004-08-04 00:18:01 +00:00
parent 0cff98313c
commit 2aa9311ef8

View file

@ -157,10 +157,10 @@ NtQuerySecurityObject(IN HANDLE Handle,
POBJECT_HEADER Header;
PVOID Object;
PSECURITY_DESCRIPTOR ObjectSd;
PSID Owner;
PSID Group;
PACL Dacl;
PACL Sacl;
PSID Owner = 0;
PSID Group = 0;
PACL Dacl = 0;
PACL Sacl = 0;
ULONG OwnerLength = 0;
ULONG GroupLength = 0;
ULONG DaclLength = 0;