mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 20:18:09 +00:00
Merge branch 'master' of git.linphone.org:linphone-private
This commit is contained in:
commit
2c1ed5828c
1 changed files with 3 additions and 0 deletions
|
|
@ -567,6 +567,9 @@ void linphone_core_run_stun_tests(LinphoneCore *lc, LinphoneCall *call){
|
|||
}
|
||||
}
|
||||
}
|
||||
if (ac->addr[0]!='\0' && vc->addr[0]!='\0' && strcmp(ac->addr,vc->addr)==0){
|
||||
strcpy(call->localdesc->addr,ac->addr);
|
||||
}
|
||||
close_socket(sock1);
|
||||
if (sock2>=0) close_socket(sock2);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue