summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toxav/msi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxav/msi.c b/toxav/msi.c
index 5b13da61..b6a8463f 100644
--- a/toxav/msi.c
+++ b/toxav/msi.c
@@ -1027,7 +1027,7 @@ void *handle_timeout ( void *arg )
1027 /* uint16_t _it = 0; 1027 /* uint16_t _it = 0;
1028 * for ( ; _it < _session->call->peer_count; _it++ ) */ 1028 * for ( ; _it < _session->call->peer_count; _it++ ) */
1029 msi_cancel ( _call->session, _call->call_idx, _call->peers [0], "Request timed out" ); 1029 msi_cancel ( _call->session, _call->call_idx, _call->peers [0], "Request timed out" );
1030 terminate_call(_call->session, _call); 1030 /*terminate_call(_call->session, _call);*/
1031 } 1031 }
1032 1032
1033 pthread_exit(NULL); 1033 pthread_exit(NULL);