From 2cce8be6b8fcb2baa0d7abde4bbe486cbcb3f983 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 4 Jun 2019 20:54:16 +0200 Subject: misc bugfixes --- src/transport/gnunet-communicator-tcp.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/transport/gnunet-communicator-tcp.c') 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) queue->sock, &queue_read_kx, queue); - if (NULL == queue) - { - GNUNET_log (GNUNET_ERROR_TYPE_INFO, - "Failed to setup queue to %s at `%s'\n", - GNUNET_i2s (peer), - path); - GNUNET_NETWORK_socket_close (sock); - return GNUNET_NO; - } start_initial_kx_out (queue); return GNUNET_OK; } -- cgit v1.2.3