mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
commit
ea2459f3a5
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
|
||||
.DS_Store
|
||||
|
|
@ -569,11 +569,7 @@ void handle_incomings()
|
|||
while(1)
|
||||
{
|
||||
income = incoming_connection();
|
||||
if(income == -1)
|
||||
{
|
||||
break;
|
||||
}
|
||||
if(new_incoming(income))
|
||||
if(income == -1 || new_incoming(income) )
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user