From 847346ed859a79ffafe03e54d446a2d0e39f95fd Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Mon, 31 Aug 2015 13:46:38 +0000 Subject: [PATCH] [LSASRV] - Correctly call LsarClose in DsRolepGetBasicInfo svn path=/trunk/; revision=68880 --- reactos/dll/win32/lsasrv/dssetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/lsasrv/dssetup.c b/reactos/dll/win32/lsasrv/dssetup.c index 1ebe39f1346..53dde2a5f41 100644 --- a/reactos/dll/win32/lsasrv/dssetup.c +++ b/reactos/dll/win32/lsasrv/dssetup.c @@ -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",