Fix compile error.
git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@7651 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
24c8a256c9
commit
d6e036a25d
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue