removed why2_accept_thread close TODO
This commit is contained in:
parent
6a4034668b
commit
afeafd78eb
@ -449,7 +449,7 @@ void *why2_accept_thread(void *socket)
|
||||
//LOOP ACCEPT
|
||||
for (;;)
|
||||
{
|
||||
accepted = accept(*((int*) socket), (WHY2_SA *) NULL, NULL); //ACCEPT NEW SOCKET //TODO: CLOSE (not only this one)
|
||||
accepted = accept(*((int*) socket), (WHY2_SA *) NULL, NULL); //ACCEPT NEW SOCKET
|
||||
|
||||
if (accepted == -1) continue;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user