mirror of
https://github.com/reactos/reactos.git
synced 2025-05-21 01:54:21 +00:00
[SAMSRV] Fix call to SamrCloseHandle in SamrGetDomainPasswordInformation
This commit is contained in:
parent
830e15b622
commit
37f38a80de
1 changed files with 1 additions and 1 deletions
|
@ -9571,7 +9571,7 @@ done:
|
|||
SampCloseDbObject(DomainObject);
|
||||
|
||||
if (ServerHandle != NULL)
|
||||
SamrCloseHandle(ServerHandle);
|
||||
SamrCloseHandle(&ServerHandle);
|
||||
|
||||
return Status;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue