Revert "Check error on select"

This reverts commit aa4ce2b2d1.
This commit is contained in:
James R 2019-06-09 14:20:33 -07:00
parent 33b7459c1b
commit 0561a5374c
1 changed files with 0 additions and 2 deletions

View File

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