aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/connection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/connection.c b/src/util/connection.c
index d84e92d19..fdd454105 100644
--- a/src/util/connection.c
+++ b/src/util/connection.c
@@ -596,7 +596,6 @@ connect_fail_continuation (struct GNUNET_CONNECTION_Handle *h)
596 : GNUNET_ERROR_TYPE_WARNING, 596 : GNUNET_ERROR_TYPE_WARNING,
597 _("Failed to establish TCP connection to `%s:%u', no further addresses to try.\n"), 597 _("Failed to establish TCP connection to `%s:%u', no further addresses to try.\n"),
598 h->hostname, h->port); 598 h->hostname, h->port);
599 system ("netstat -ntpl");
600 /* connect failed / timed out */ 599 /* connect failed / timed out */
601 GNUNET_break (h->ap_head == NULL); 600 GNUNET_break (h->ap_head == NULL);
602 GNUNET_break (h->ap_tail == NULL); 601 GNUNET_break (h->ap_tail == NULL);