[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r11566 - gnunet/src/util
From: |
gnunet |
Subject: |
[GNUnet-SVN] r11566 - gnunet/src/util |
Date: |
Mon, 31 May 2010 13:07:48 +0200 |
Author: grothoff
Date: 2010-05-31 13:07:48 +0200 (Mon, 31 May 2010)
New Revision: 11566
Modified:
gnunet/src/util/connection.c
Log:
die
Modified: gnunet/src/util/connection.c
===================================================================
--- gnunet/src/util/connection.c 2010-05-31 09:47:11 UTC (rev 11565)
+++ gnunet/src/util/connection.c 2010-05-31 11:07:48 UTC (rev 11566)
@@ -596,7 +596,6 @@
: GNUNET_ERROR_TYPE_WARNING,
_("Failed to establish TCP connection to `%s:%u', no further
addresses to try.\n"),
h->hostname, h->port);
- system ("netstat -ntpl");
/* connect failed / timed out */
GNUNET_break (h->ap_head == NULL);
GNUNET_break (h->ap_tail == NULL);
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r11566 - gnunet/src/util,
gnunet <=