From 587099ac479e27c910ae314fb258b99db8cc9895 Mon Sep 17 00:00:00 2001 From: System Administrator Date: Tue, 24 May 2016 04:57:58 +0200 Subject: [PATCH] Remove duplicated line --- tinyRTP/src/trtp_manager.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tinyRTP/src/trtp_manager.c b/tinyRTP/src/trtp_manager.c index 3f7778eb..ac4379ac 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)) {