From 1cce85ba3bea6b6790800449d66a13acc48e0257 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 11 Oct 2011 13:11:26 +0000 Subject: fix --- src/testing/test_testing_topology.c | 4 ++-- 1 file 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, */ 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); -- cgit v1.2.3