Comment fix

This commit is contained in:
mannol 2014-03-15 02:11:25 +01:00
parent e990f05817
commit 6a63605501

View File

@ -654,7 +654,6 @@ void handle_remote_connection_change(Messenger *messenger, int friend_num, uint8
for ( ; i < session->call->peer_count; i ++ )
if ( session->call->peers[i] == friend_num ) {
invoke_callback(MSI_OnPeerTimeout);
/*msi_stopcall(session); /* Stop the call for now */
return;
}
}