mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 21:28:08 +00:00
tester.c: revert debug code
This commit is contained in:
parent
0c2619631c
commit
24cbc11a7a
1 changed files with 0 additions and 1 deletions
|
|
@ -256,7 +256,6 @@ LinphoneCoreManager *get_manager(LinphoneCore *lc){
|
|||
}
|
||||
|
||||
bool_t transport_supported(LinphoneTransportType transport) {
|
||||
return 0;
|
||||
Sal *sal = sal_init(NULL);
|
||||
bool_t supported = sal_transport_available(sal,(SalTransport)transport);
|
||||
if (!supported) ms_message("TLS transport not supported, falling back to TCP if possible otherwise skipping test.");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue