mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-23 12:18:33 +00:00
Merge pull request #1144 in FS/freeswitch from ~SAFAROV/freeswitch2:FS-9924b to master
* commit 'df1ab07ca4187d719a74d76740aa25a8382d7848': FS-9924: Removed extra space in source files
This commit is contained in:
commit
c9befbeae6
@ -9824,6 +9824,7 @@ SWITCH_DECLARE(void) switch_core_media_gen_local_sdp(switch_core_session_t *sess
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if (!zstr(a_engine->local_sdp_ip) && !zstr(ice_out->cands[0][0].con_addr) &&
|
if (!zstr(a_engine->local_sdp_ip) && !zstr(ice_out->cands[0][0].con_addr) &&
|
||||||
strcmp(a_engine->local_sdp_ip, ice_out->cands[0][0].con_addr)
|
strcmp(a_engine->local_sdp_ip, ice_out->cands[0][0].con_addr)
|
||||||
&& a_engine->local_sdp_port != ice_out->cands[0][0].con_port) {
|
&& a_engine->local_sdp_port != ice_out->cands[0][0].con_port) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user