fix
authorChristian Grothoff <christian@grothoff.org>
Tue, 11 Oct 2011 13:11:26 +0000 (13:11 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 11 Oct 2011 13:11:26 +0000 (13:11 +0000)
src/testing/test_testing_topology.c

index e29a3ff321d44663eb64bfcb50678db26469b8e4..6b60d243db45cc968f0ca90fd861890e3d369915 100644 (file)
@@ -601,7 +601,7 @@ init_notify_peer1 (void *cls, struct GNUNET_CORE_Handle *server,
    */
   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 @@ send_test_messages (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
    */
   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);