mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-08 01:30:13 +01:00
ipmi: fix servers emulation
This commit is contained in:
parent
1a66882197
commit
7059f1f0c5
|
|
@ -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…
Reference in a new issue