aboutsummaryrefslogtreecommitdiff
path: root/src/util/connection.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-31 11:07:48 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-31 11:07:48 +0000
commit746774c9bb1df3cc5d0e731afbad8904ebb39133 (patch)
tree7063ba553f27d412c4d60349379bbc420715ab17 /src/util/connection.c
parent1a485a2b3c767e770ee73bf35c00df2f64c36ef0 (diff)
downloadgnunet-746774c9bb1df3cc5d0e731afbad8904ebb39133.tar.gz
gnunet-746774c9bb1df3cc5d0e731afbad8904ebb39133.zip
die
Diffstat (limited to 'src/util/connection.c')
-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);