mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 01:25:41 +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);
|
SampCloseDbObject(DomainObject);
|
||||||
|
|
||||||
if (ServerHandle != NULL)
|
if (ServerHandle != NULL)
|
||||||
SamrCloseHandle(ServerHandle);
|
SamrCloseHandle(&ServerHandle);
|
||||||
|
|
||||||
return Status;
|
return Status;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue