mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-18 11:38:08 +00:00
do not display_warning() for bad uris
This commit is contained in:
parent
f04dab8f10
commit
eea8bd18fe
1 changed files with 1 additions and 4 deletions
|
|
@ -2315,10 +2315,7 @@ LinphoneAddress * linphone_core_interpret_url(LinphoneCore *lc, const char *url)
|
|||
if (uri!=NULL){
|
||||
return uri;
|
||||
}
|
||||
/* else we could not do anything with url given by user, so display an error */
|
||||
if (lc->vtable.display_warning!=NULL){
|
||||
lc->vtable.display_warning(lc,_("Could not parse given sip address. A sip url usually looks like sip:user@domain"));
|
||||
}
|
||||
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue