mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-03 11:50:29 +00:00
FS-7602 regression from c9065a85b6ac92ef3318df2abe30395df1f3c99f (typo)
This commit is contained in:
parent
20f9b5c046
commit
2e47abc9e6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user