mirror of
https://github.com/reactos/reactos.git
synced 2025-01-02 12:32:47 +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,
|
Status = LsarQueryInformationPolicy(PolicyHandle,
|
||||||
PolicyAccountDomainInformation,
|
PolicyAccountDomainInformation,
|
||||||
&PolicyInfo);
|
&PolicyInfo);
|
||||||
LsarClose(PolicyHandle);
|
LsarClose(&PolicyHandle);
|
||||||
if (!NT_SUCCESS(Status))
|
if (!NT_SUCCESS(Status))
|
||||||
{
|
{
|
||||||
TRACE("LsarQueryInformationPolicy with NT status %x\n",
|
TRACE("LsarQueryInformationPolicy with NT status %x\n",
|
||||||
|
|
Loading…
Reference in a new issue