mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-19 13:25:14 +00:00
Fix EINVAL returned on connect call to connecting socket
This commit is contained in:
parent
c0e97b4e96
commit
5d7e75c5d8
3 changed files with 18 additions and 5 deletions
|
|
@ -201,8 +201,8 @@ void network_thread::operator()()
|
|||
fds[i].revents = 0;
|
||||
#ifdef _WIN32
|
||||
const auto cur_connecting = socklist[i]->is_connecting();
|
||||
was_connecting[i] = connecting;
|
||||
connecting[i] = connecting;
|
||||
was_connecting[i] = cur_connecting;
|
||||
connecting[i] = cur_connecting;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue