mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 20:48:07 +00:00
fix bug around legacy sip_random_port property
This commit is contained in:
parent
4341b43ff0
commit
a191c39224
1 changed files with 0 additions and 2 deletions
|
|
@ -1971,8 +1971,6 @@ int linphone_core_set_sip_transports(LinphoneCore *lc, const LCSipTransports * t
|
|||
}
|
||||
if (tr.tls_port>0){
|
||||
tr.tls_port=LC_SIP_TRANSPORT_RANDOM;
|
||||
}else {
|
||||
tr.udp_port=LC_SIP_TRANSPORT_RANDOM;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue