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);
|
||||
session_data->num_client_certs--;
|
||||
|
||||
IPC::RequestBuilder rb = rp.MakeBuilder(1, 0);
|
||||
rb.Push(RESULT_SUCCESS);
|
||||
|
|
Loading…
Reference in a new issue