aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/testing/test_testing_topology.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/test_testing_topology.c b/src/testing/test_testing_topology.c
index e29a3ff32..6b60d243d 100644
--- a/src/testing/test_testing_topology.c
+++ b/src/testing/test_testing_topology.c
@@ -601,7 +601,7 @@ init_notify_peer1 (void *cls, struct GNUNET_CORE_Handle *server,
601 */ 601 */
602 pos->peer2handle = 602 pos->peer2handle =
603 GNUNET_CORE_connect (pos->peer2->cfg, 1, pos, &init_notify_peer2, NULL, 603 GNUNET_CORE_connect (pos->peer2->cfg, 1, pos, &init_notify_peer2, NULL,
604 NULL, NULL, NULL, GNUNET_YES, NULL, GNUNET_YES, 604 NULL, NULL, GNUNET_YES, NULL, GNUNET_YES,
605 handlers); 605 handlers);
606 606
607} 607}
@@ -640,7 +640,7 @@ send_test_messages (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
640 */ 640 */
641 pos->peer1handle = 641 pos->peer1handle =
642 GNUNET_CORE_connect (pos->peer1->cfg, 1, pos, &init_notify_peer1, 642 GNUNET_CORE_connect (pos->peer1->cfg, 1, pos, &init_notify_peer1,
643 &connect_notify_peers, NULL, NULL, NULL, GNUNET_NO, 643 &connect_notify_peers, NULL, NULL, GNUNET_NO,
644 NULL, GNUNET_NO, no_handlers); 644 NULL, GNUNET_NO, no_handlers);
645 645
646 GNUNET_assert (pos->peer1handle != NULL); 646 GNUNET_assert (pos->peer1handle != NULL);