aboutsummaryrefslogtreecommitdiff
path: root/src/transport
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport')
-rw-r--r--src/transport/plugin_transport_tcp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c
index 77997b5ef..310ac3483 100644
--- a/src/transport/plugin_transport_tcp.c
+++ b/src/transport/plugin_transport_tcp.c
@@ -2679,7 +2679,7 @@ libgnunet_plugin_transport_tcp_init (void *cls)
2679 unsigned int i; 2679 unsigned int i;
2680 struct GNUNET_TIME_Relative idle_timeout; 2680 struct GNUNET_TIME_Relative idle_timeout;
2681#ifdef SO_TCPSTEALTH 2681#ifdef SO_TCPSTEALTH
2682 struct GNUNET_NETWORK_Handle **lsocks; 2682 struct GNUNET_NETWORK_Handle *const*lsocks;
2683#endif 2683#endif
2684 int ret; 2684 int ret;
2685 int ret_s; 2685 int ret_s;