FS-8053 typo

This commit is contained in:
Anthony Minessale 2015-11-18 10:50:40 -06:00
parent e95f3686ad
commit 07b8458497
1 changed files with 1 additions and 1 deletions

View File

@ -3430,7 +3430,7 @@ static switch_status_t check_ice(switch_media_handle_t *smh, switch_media_type_t
if (switch_channel_test_flag(smh->session->channel, CF_REINVITE)) {
if (v_engine->remote_ssrc) {
if (engine->remote_ssrc) {
switch_rtp_set_remote_ssrc(v_engine->rtp_session, v_engine->remote_ssrc);
}