mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Merge branch 'master' of https://github.com/mannol1/ProjectTox-Core into mannol1-master
This commit is contained in:
commit
1963a306cc
|
@ -1027,7 +1027,7 @@ void *handle_timeout ( void *arg )
|
|||
/* uint16_t _it = 0;
|
||||
* for ( ; _it < _session->call->peer_count; _it++ ) */
|
||||
msi_cancel ( _call->session, _call->call_idx, _call->peers [0], "Request timed out" );
|
||||
terminate_call(_call->session, _call);
|
||||
/*terminate_call(_call->session, _call);*/
|
||||
}
|
||||
|
||||
pthread_exit(NULL);
|
||||
|
|
Loading…
Reference in New Issue
Block a user