Skip to content

Commit

Permalink
ipmi: fix servers emulation
Browse files Browse the repository at this point in the history
  • Loading branch information
DHrpcs3 committed Sep 2, 2024
1 parent 1a66882 commit 7059f1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rpcsx-os/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 7059f1f

Please sign in to comment.