aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-communicator-tcp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/gnunet-communicator-tcp.c')
-rw-r--r--src/transport/gnunet-communicator-tcp.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/transport/gnunet-communicator-tcp.c b/src/transport/gnunet-communicator-tcp.c
index 8ab99700c..50264cf45 100644
--- a/src/transport/gnunet-communicator-tcp.c
+++ b/src/transport/gnunet-communicator-tcp.c
@@ -1909,15 +1909,6 @@ mq_init (void *cls, const struct GNUNET_PeerIdentity *peer, const char *address)
1909 queue->sock, 1909 queue->sock,
1910 &queue_read_kx, 1910 &queue_read_kx,
1911 queue); 1911 queue);
1912 if (NULL == queue)
1913 {
1914 GNUNET_log (GNUNET_ERROR_TYPE_INFO,
1915 "Failed to setup queue to %s at `%s'\n",
1916 GNUNET_i2s (peer),
1917 path);
1918 GNUNET_NETWORK_socket_close (sock);
1919 return GNUNET_NO;
1920 }
1921 start_initial_kx_out (queue); 1912 start_initial_kx_out (queue);
1922 return GNUNET_OK; 1913 return GNUNET_OK;
1923} 1914}