gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r17374 - gnunet/src/testing


From: gnunet
Subject: [GNUnet-SVN] r17374 - gnunet/src/testing
Date: Tue, 11 Oct 2011 15:11:26 +0200

Author: grothoff
Date: 2011-10-11 15:11:26 +0200 (Tue, 11 Oct 2011)
New Revision: 17374

Modified:
   gnunet/src/testing/test_testing_topology.c
Log:
fix

Modified: gnunet/src/testing/test_testing_topology.c
===================================================================
--- gnunet/src/testing/test_testing_topology.c  2011-10-11 13:10:42 UTC (rev 
17373)
+++ gnunet/src/testing/test_testing_topology.c  2011-10-11 13:11:26 UTC (rev 
17374)
@@ -601,7 +601,7 @@
    */
   pos->peer2handle =
       GNUNET_CORE_connect (pos->peer2->cfg, 1, pos, &init_notify_peer2, NULL,
-                           NULL, NULL, NULL, GNUNET_YES, NULL, GNUNET_YES,
+                           NULL, NULL, GNUNET_YES, NULL, GNUNET_YES,
                            handlers);
 
 }
@@ -640,7 +640,7 @@
    */
   pos->peer1handle =
       GNUNET_CORE_connect (pos->peer1->cfg, 1, pos, &init_notify_peer1,
-                           &connect_notify_peers, NULL, NULL, NULL, GNUNET_NO,
+                           &connect_notify_peers, NULL, NULL, GNUNET_NO,
                            NULL, GNUNET_NO, no_handlers);
 
   GNUNET_assert (pos->peer1handle != NULL);




reply via email to

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