FS-7602 regression from c9065a85b6ac92ef3318df2abe30395df1f3c99f (typo)

This commit is contained in:
Anthony Minessale 2015-06-09 15:58:46 -05:00 committed by Brian
parent 20f9b5c046
commit 2e47abc9e6

View File

@ -101,8 +101,8 @@ void sofia_glue_attach_private(switch_core_session_t *session, sofia_profile_t *
}
}
if (!zstr(profile->rtpip[profile->rtpip_next6])) {
tech_pvt->mparams.rtpip6 = switch_core_session_strdup(session, profile->rtpip[profile->rtpip_next6++]);
if (!zstr(profile->rtpip6[profile->rtpip_next6])) {
tech_pvt->mparams.rtpip6 = switch_core_session_strdup(session, profile->rtpip6[profile->rtpip_next6++]);
if (zstr(tech_pvt->mparams.rtpip)) {
tech_pvt->mparams.rtpip = tech_pvt->mparams.rtpip6;