Fix Compiler warning with -O2

svn path=/trunk/; revision=10385
This commit is contained in:
Alex Ionescu 2004-08-04 00:45:36 +00:00
parent 1740e56356
commit 47b5abbd99

View file

@ -319,10 +319,10 @@ NtSetSecurityObject(IN HANDLE Handle,
PSECURITY_DESCRIPTOR NewSd;
POBJECT_HEADER Header;
PVOID Object;
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;