mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Reflect API changes done in bctoolbox.
This commit is contained in:
parent
62703c016c
commit
da4f60292b
1 changed files with 1 additions and 1 deletions
|
|
@ -431,7 +431,7 @@ void linphone_core_manager_destroy(LinphoneCoreManager* mgr) {
|
|||
}
|
||||
|
||||
int liblinphone_tester_ipv6_available(void){
|
||||
struct addrinfo *ai=bctbx_ip_address_to_addrinfo(AF_INET6,"2a01:e00::2",53);
|
||||
struct addrinfo *ai=bctbx_ip_address_to_addrinfo(AF_INET6,SOCK_STREAM,"2a01:e00::2",53);
|
||||
if (ai){
|
||||
struct sockaddr_storage ss;
|
||||
struct addrinfo src;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue