mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-12-31 11:32:36 -06:00
fix num_client_certs in CloseClientCertContext
This commit is contained in:
parent
c431b922d0
commit
10ef3109a4
1 changed files with 1 additions and 0 deletions
|
@ -449,6 +449,7 @@ void HTTP_C::CloseClientCertContext(Kernel::HLERequestContext& ctx) {
|
||||||
}
|
}
|
||||||
|
|
||||||
client_certs.erase(cert_handle);
|
client_certs.erase(cert_handle);
|
||||||
|
session_data->num_client_certs--;
|
||||||
|
|
||||||
IPC::RequestBuilder rb = rp.MakeBuilder(1, 0);
|
IPC::RequestBuilder rb = rp.MakeBuilder(1, 0);
|
||||||
rb.Push(RESULT_SUCCESS);
|
rb.Push(RESULT_SUCCESS);
|
||||||
|
|
Loading…
Reference in a new issue