提交 2e47abc9 authored 作者: Anthony Minessale's avatar Anthony Minessale 提交者: Brian

FS-7602 regression from c9065a85 (typo)

上级 20f9b5c0
...@@ -101,8 +101,8 @@ void sofia_glue_attach_private(switch_core_session_t *session, sofia_profile_t * ...@@ -101,8 +101,8 @@ void sofia_glue_attach_private(switch_core_session_t *session, sofia_profile_t *
} }
} }
if (!zstr(profile->rtpip[profile->rtpip_next6])) { if (!zstr(profile->rtpip6[profile->rtpip_next6])) {
tech_pvt->mparams.rtpip6 = switch_core_session_strdup(session, profile->rtpip[profile->rtpip_next6++]); tech_pvt->mparams.rtpip6 = switch_core_session_strdup(session, profile->rtpip6[profile->rtpip_next6++]);
if (zstr(tech_pvt->mparams.rtpip)) { if (zstr(tech_pvt->mparams.rtpip)) {
tech_pvt->mparams.rtpip = tech_pvt->mparams.rtpip6; tech_pvt->mparams.rtpip = tech_pvt->mparams.rtpip6;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论