mirror of
https://git.do.srb2.org/KartKrew/Kart-Public.git
synced 2025-01-14 22:00:50 +00:00
Force of habit
This commit is contained in:
parent
aa4ce2b2d1
commit
fc8ebe83fc
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 == -1)
|
if (res == ERRSOCKET)
|
||||||
return ConnectionFailedwerrno(errno);
|
return ConnectionFailedwerrno(errno);
|
||||||
if (res == 0)/* nothing selected */
|
if (res == 0)/* nothing selected */
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue