[SAMSRV] Fix call to SamrCloseHandle in SamrGetDomainPasswordInformation

This commit is contained in:
Eric Kohl 2021-06-21 21:38:42 +02:00
parent 830e15b622
commit 37f38a80de

View file

@ -9571,7 +9571,7 @@ done:
SampCloseDbObject(DomainObject);
if (ServerHandle != NULL)
SamrCloseHandle(ServerHandle);
SamrCloseHandle(&ServerHandle);
return Status;
}