gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r8286 - GNUnet/src/applications/tbench


From: gnunet
Subject: [GNUnet-SVN] r8286 - GNUnet/src/applications/tbench
Date: Fri, 20 Feb 2009 18:51:21 -0700

Author: grothoff
Date: 2009-02-20 18:51:21 -0700 (Fri, 20 Feb 2009)
New Revision: 8286

Modified:
   GNUnet/src/applications/tbench/tbenchtest.c
Log:
fixing Nate's problem

Modified: GNUnet/src/applications/tbench/tbenchtest.c
===================================================================
--- GNUnet/src/applications/tbench/tbenchtest.c 2009-02-21 01:51:13 UTC (rev 
8285)
+++ GNUnet/src/applications/tbench/tbenchtest.c 2009-02-21 01:51:21 UTC (rev 
8286)
@@ -136,8 +136,8 @@
       return -1;
     }
 #endif
-  peer1 = peers->peer;
-  peer2 = peers->next->peer;
+  peer2 = peers->peer;
+  peer1 = peers->next->peer;
   if (GNUNET_OK != GNUNET_TESTING_connect_daemons (2087, 12087))
     {
       GNUNET_TESTING_stop_daemons (peers);





reply via email to

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