aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_tcp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-02 21:31:08 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-02 21:31:08 +0000
commit53b7b9ed132e856d5430246b56e1586d853013a7 (patch)
tree67222753516e7f1c05e2f5eb31ba330bf3a1e394 /src/transport/plugin_transport_tcp.c
parent4e79e115a5dd0bc399913464cc456ee6ef309c2f (diff)
downloadgnunet-53b7b9ed132e856d5430246b56e1586d853013a7.tar.gz
gnunet-53b7b9ed132e856d5430246b56e1586d853013a7.zip
-use const for the array
Diffstat (limited to 'src/transport/plugin_transport_tcp.c')
-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;