mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-09 00:14:56 +00:00
ipmi: fix servers emulation
This commit is contained in:
parent
1a66882197
commit
7059f1f0c5
1 changed files with 2 additions and 1 deletions
|
|
@ -1136,8 +1136,9 @@ static IpmiServer &createIpmiServer(orbis::Process *process, const char *name) {
|
|||
message.data() + message.size()));
|
||||
}
|
||||
|
||||
conReq.client->connectionStatus = 0;
|
||||
conReq.client->sessionCv.notify_all(conReq.client->mutex);
|
||||
// server->connectionRequests.erase(it);
|
||||
conReq.client->connectCv.notify_all(conReq.client->mutex);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue