mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
[LSASRV]
- Correctly call LsarClose in DsRolepGetBasicInfo svn path=/trunk/; revision=68880
This commit is contained in:
parent
c51b0c1318
commit
847346ed85
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ DsRolepGetBasicInfo(
|
|||
Status = LsarQueryInformationPolicy(PolicyHandle,
|
||||
PolicyAccountDomainInformation,
|
||||
&PolicyInfo);
|
||||
LsarClose(PolicyHandle);
|
||||
LsarClose(&PolicyHandle);
|
||||
if (!NT_SUCCESS(Status))
|
||||
{
|
||||
TRACE("LsarQueryInformationPolicy with NT status %x\n",
|
||||
|
|
Loading…
Reference in a new issue