mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 13:48:09 +00:00
switch linphone_address parsing to fast version of belle_sip_header_address
This commit is contained in:
parent
c724a3fb37
commit
0f08eba9cd
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|||
SalAddress * sal_address_new(const char *uri){
|
||||
belle_sip_header_address_t* result;
|
||||
if (uri) {
|
||||
result=belle_sip_header_address_parse (uri);
|
||||
result=belle_sip_header_address_fast_parse (uri);
|
||||
/*may return NULL*/
|
||||
} else {
|
||||
result = belle_sip_header_address_new();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue