Revert "Force of habit"

This reverts commit 9f0887fafc.
This commit is contained in:
James R 2019-06-09 14:20:32 -07:00
parent ab88884351
commit 154ce80a9b

View file

@ -701,7 +701,7 @@ static INT32 AddToMasterServer(boolean firstadd)
M_Memcpy(&tset, &wset, sizeof (tset));
res = select(255, NULL, &tset, NULL, &select_timeout);
if (res == ERRSOCKET)
if (res == -1)
return ConnectionFailedwerrno(errno);
if (res == 0)/* nothing selected */
{