Remove duplicated if

CID 1400935

svn path=/trunk/; revision=73843
This commit is contained in:
Pierre Schweitzer 2017-02-19 12:52:14 +00:00
parent f772b72e3e
commit 23733b7867

View file

@ -573,13 +573,6 @@ DoLookup:
ErrorCode = WSAEINVAL;
}
/* Check if we got a valid socket */
if (Status == WSAEINVAL)
{
Status = INVALID_SOCKET;
ErrorCode = WSAEINVAL;
}
/* Check if we got a valid socket */
if (Status != INVALID_SOCKET)
{