aboutsummaryrefslogtreecommitdiff
path: root/src/util/connection.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-10-06 14:14:37 +0000
committerChristian Grothoff <christian@grothoff.org>2012-10-06 14:14:37 +0000
commitc52b7a32100599fc21606e3f0cfe0c36e7c68ea4 (patch)
tree81f8ab170e2fb20c96d57248cd398ed62cbaacc7 /src/util/connection.c
parentc6aece5b114629ec170d205a5e8c3062df38716f (diff)
downloadgnunet-c52b7a32100599fc21606e3f0cfe0c36e7c68ea4.tar.gz
gnunet-c52b7a32100599fc21606e3f0cfe0c36e7c68ea4.zip
-dead
Diffstat (limited to 'src/util/connection.c')
-rw-r--r--src/util/connection.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/util/connection.c b/src/util/connection.c
index 31e6399e1..0d31e7f56 100644
--- a/src/util/connection.c
+++ b/src/util/connection.c
@@ -744,10 +744,6 @@ try_connect_using_address (void *cls, const struct sockaddr *addr,
744 { 744 {
745 /* maybe refused / unsupported address, try next */ 745 /* maybe refused / unsupported address, try next */
746 LOG_STRERROR (GNUNET_ERROR_TYPE_INFO, "connect"); 746 LOG_STRERROR (GNUNET_ERROR_TYPE_INFO, "connect");
747#if 0
748 LOG (GNUNET_ERROR_TYPE_INFO, _("Failed to connect to `%s' (%p)\n"),
749 GNUNET_a2s (ap->addr, ap->addrlen), connection);
750#endif
751 GNUNET_break (GNUNET_OK == GNUNET_NETWORK_socket_close (ap->sock)); 747 GNUNET_break (GNUNET_OK == GNUNET_NETWORK_socket_close (ap->sock));
752 GNUNET_free (ap); 748 GNUNET_free (ap);
753 return; 749 return;