mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[LSASRV]
- Correctly call LsarClose in DsRolepGetBasicInfo svn path=/trunk/; revision=68880
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user