gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r28780 - gnunet/src/integration-tests


From: gnunet
Subject: [GNUnet-SVN] r28780 - gnunet/src/integration-tests
Date: Thu, 22 Aug 2013 09:04:40 +0200

Author: grothoff
Date: 2013-08-22 09:04:40 +0200 (Thu, 22 Aug 2013)
New Revision: 28780

Modified:
   gnunet/src/integration-tests/connection_watchdog.c
Log:
-dead code elimination

Modified: gnunet/src/integration-tests/connection_watchdog.c
===================================================================
--- gnunet/src/integration-tests/connection_watchdog.c  2013-08-22 07:03:26 UTC 
(rev 28779)
+++ gnunet/src/integration-tests/connection_watchdog.c  2013-08-22 07:04:40 UTC 
(rev 28780)
@@ -348,7 +348,6 @@
           GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
                "%u transport tcp sessions <-> %i established tcp 
connections\n",
                statistics_transport_tcp_connections, 
low_level_connections_tcp);
-          fail = GNUNET_YES;
         }
         else if (low_level_connections_tcp != -1)
         {
@@ -362,7 +361,6 @@
         GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
              "%u transport notifications <-> %u in statistics 
(statistics_transport_tcp_connections)\n",
              transport_connections, statistics_transport_tcp_connections);
-        fail = GNUNET_YES;
       }
       else
       {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]