forked from mirrors/linphone-iphone
belle_sip_freeaddrinfo() is now bctbx_freeaddrinfo().
This commit is contained in:
parent
7e36a186ef
commit
db76eba44b
2 changed files with 2 additions and 1 deletions
|
|
@ -572,7 +572,7 @@ void linphone_core_adapt_to_network(LinphoneCore *lc, int ping_time_ms, Linphone
|
|||
|
||||
static void stun_server_resolved(LinphoneCore *lc, const char *name, struct addrinfo *addrinfo){
|
||||
if (lc->net_conf.stun_addrinfo){
|
||||
belle_sip_freeaddrinfo(lc->net_conf.stun_addrinfo);
|
||||
bctbx_freeaddrinfo(lc->net_conf.stun_addrinfo);
|
||||
lc->net_conf.stun_addrinfo=NULL;
|
||||
}
|
||||
if (addrinfo){
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@
|
|||
#include "ringtoneplayer.h"
|
||||
#include "vcard.h"
|
||||
|
||||
#include <bctoolbox/port.h>
|
||||
#include <belle-sip/object.h>
|
||||
#include <belle-sip/dict.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue