aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-11 13:11:26 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-11 13:11:26 +0000
commit1cce85ba3bea6b6790800449d66a13acc48e0257 (patch)
treeb6157c3bdcad03ce1ed490f608cee0dd8d02ab00 /src/testing
parent33758e7eb9829698fef296f700ce3cadec0b1001 (diff)
downloadgnunet-1cce85ba3bea6b6790800449d66a13acc48e0257.tar.gz
gnunet-1cce85ba3bea6b6790800449d66a13acc48e0257.zip
fix
Diffstat (limited to 'src/testing')
-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);