mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
parent
ab88884351
commit
154ce80a9b
1 changed files with 1 additions and 1 deletions
|
|
@ -701,7 +701,7 @@ static INT32 AddToMasterServer(boolean firstadd)
|
||||||
|
|
||||||
M_Memcpy(&tset, &wset, sizeof (tset));
|
M_Memcpy(&tset, &wset, sizeof (tset));
|
||||||
res = select(255, NULL, &tset, NULL, &select_timeout);
|
res = select(255, NULL, &tset, NULL, &select_timeout);
|
||||||
if (res == ERRSOCKET)
|
if (res == -1)
|
||||||
return ConnectionFailedwerrno(errno);
|
return ConnectionFailedwerrno(errno);
|
||||||
if (res == 0)/* nothing selected */
|
if (res == 0)/* nothing selected */
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue