mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[LSASRV]
Fix another uninitialized variable bug. svn path=/trunk/; revision=56446
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user