From: Christian Grothoff Date: Tue, 11 Oct 2011 13:11:26 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~16622 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1cce85ba3bea6b6790800449d66a13acc48e0257;p=oweals%2Fgnunet.git fix --- 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);