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-861f7616d084
master
Dennis Schridde 2008-05-07 10:09:20 +00:00
parent 7655a44069
commit 0e21488f74
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}