summaryrefslogtreecommitdiffstats
path: root/tinyRTP
diff options
context:
space:
mode:
authorSystem Administrator <root@Mamadous-MacBook-Pro.local>2016-05-24 04:57:58 +0200
committerSystem Administrator <root@Mamadous-MacBook-Pro.local>2016-05-24 04:57:58 +0200
commit587099ac479e27c910ae314fb258b99db8cc9895 (patch)
tree73b57b92349f9b669268ff0de2a68d69f7388cd2 /tinyRTP
parent597432ee264452540be1e67120e0ce41f6c02f28 (diff)
downloaddoubango-587099ac479e27c910ae314fb258b99db8cc9895.zip
doubango-587099ac479e27c910ae314fb258b99db8cc9895.tar.gz
Remove duplicated line
Diffstat (limited to 'tinyRTP')
-rwxr-xr-xtinyRTP/src/trtp_manager.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tinyRTP/src/trtp_manager.c b/tinyRTP/src/trtp_manager.c
index 3f7778e..ac4379a 100755
--- a/tinyRTP/src/trtp_manager.c
+++ b/tinyRTP/src/trtp_manager.c
@@ -940,7 +940,6 @@ int trtp_manager_prepare(trtp_manager_t* self)
#define __retry_count_max 5
#define __retry_count_max_minus1 (__retry_count_max - 1)
uint8_t retry_count = __retry_count_max;
- tnet_socket_type_t socket_type = self->use_ipv6 ? tnet_socket_type_udp_ipv6 : tnet_socket_type_udp_ipv4;
// If local IP is defined then check its address family
if (!tsk_strempty(self->local_ip)) {
OpenPOWER on IntegriCloud