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:
Mike Jerris 2017-02-10 11:30:16 -06:00
commit c9befbeae6
455 changed files with 9699 additions and 9698 deletions

View File

@ -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) &&
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) {