Fix another uninitialized variable bug.

svn path=/trunk/; revision=56446
This commit is contained in:
Timo Kreuzer 2012-04-29 12:18:19 +00:00
parent b2d10e8ee4
commit 00e4acd162

View file

@ -252,7 +252,7 @@ LsarQueryAccountDomain(LSAPR_HANDLE PolicyHandle,
{
PLSAPR_POLICY_ACCOUNT_DOM_INFO p = NULL;
PUNICODE_STRING DomainName;
ULONG AttributeSize;
ULONG AttributeSize = 0;
NTSTATUS Status;
*PolicyInformation = NULL;