mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 16:09:20 +00:00
Do not normalize Sip Addresse until it's finished
This commit is contained in:
parent
35cdeb5549
commit
f1f4f6a014
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@
|
|||
}
|
||||
|
||||
if (ret) {
|
||||
_sipAddresses[index] = normSip ? normSip : sip;
|
||||
_sipAddresses[index] = sip;
|
||||
}
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue