Last commit to solve bug #11656, fix by Paul Wise <pabs>.
git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@4954 4a71c877-e1ca-e34f-864e-861f7616d084master
parent
7655a44069
commit
0e21488f74
|
@ -1286,6 +1286,7 @@ static void NETallowJoining(void)
|
|||
debug(LOG_ERROR, "NETallowJoining: Cannot create socket set: %s", SDLNet_GetError());
|
||||
return;
|
||||
}
|
||||
|
||||
SDLNet_TCP_AddSocket(tmp_socket_set, tcp_socket);
|
||||
debug(LOG_NET,"TCP_AddSocket using %p set, socket %p", tmp_socket_set, tcp_socket);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue