mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 20:50:29 +00:00
[LSASRV]
Fix another uninitialized variable bug. svn path=/trunk/; revision=56446
This commit is contained in:
parent
b2d10e8ee4
commit
00e4acd162
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue