mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 23:12:56 +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;
|
PLSAPR_POLICY_ACCOUNT_DOM_INFO p = NULL;
|
||||||
PUNICODE_STRING DomainName;
|
PUNICODE_STRING DomainName;
|
||||||
ULONG AttributeSize;
|
ULONG AttributeSize = 0;
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
|
|
||||||
*PolicyInformation = NULL;
|
*PolicyInformation = NULL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue