[LSASRV]
[reactos.git] / reactos / dll / win32 / lsasrv / dssetup.c
index 1ebe39f..53dde2a 100644 (file)
@@ -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",