fix bug around legacy sip_random_port property

This commit is contained in:
Simon Morlat 2014-03-27 17:19:01 +01:00
parent 4341b43ff0
commit a191c39224

View file

@ -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;
}
}