gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7804 - GNUnet/src/applications/dht/tools


From: gnunet
Subject: [GNUnet-SVN] r7804 - GNUnet/src/applications/dht/tools
Date: Mon, 20 Oct 2008 01:04:40 -0600 (MDT)

Author: grothoff
Date: 2008-10-20 01:04:39 -0600 (Mon, 20 Oct 2008)
New Revision: 7804

Modified:
   GNUnet/src/applications/dht/tools/dht_twopeer_test.c
Log:
fix

Modified: GNUnet/src/applications/dht/tools/dht_twopeer_test.c
===================================================================
--- GNUnet/src/applications/dht/tools/dht_twopeer_test.c        2008-10-20 
04:39:39 UTC (rev 7803)
+++ GNUnet/src/applications/dht/tools/dht_twopeer_test.c        2008-10-20 
07:04:39 UTC (rev 7804)
@@ -261,7 +261,7 @@
         printf (".");
       fflush (stdout);
       GNUNET_thread_sleep (50 * GNUNET_CRON_MILLISECONDS);
-      if (peer2count < 10)
+      if (peer1count < 10)
         break;
     }
   CHECK (GNUNET_OK == GNUNET_DHT_get_stop (ctx_peer1,





reply via email to

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