tester.c: revert debug code

This commit is contained in:
Gautier Pelloux-Prayer 2016-04-04 09:34:26 +02:00
parent 0c2619631c
commit 24cbc11a7a

View file

@ -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.");