Fix compile error.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@7651 4a71c877-e1ca-e34f-864e-861f7616d084
master
Guangcong Luo 2009-06-03 21:24:33 +00:00 committed by Git SVN Gateway
parent 24c8a256c9
commit d6e036a25d
1 changed files with 1 additions and 1 deletions

View File

@ -1001,8 +1001,8 @@ static Socket* socketListen(unsigned int port)
#endif
conn->fd[SOCK_IPV4_LISTEN] = INVALID_SOCKET;
}
#endif
}
#endif
if (conn->fd[SOCK_IPV4_LISTEN] != INVALID_SOCKET)
{