From: Nathan S. Evans Date: Tue, 25 Jan 2011 10:37:29 +0000 (+0000) Subject: fix testcase X-Git-Tag: initial-import-from-subversion-38251~19257 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=112534059e5c523ef3a896a249b9eb51b5f4f243;p=oweals%2Fgnunet.git fix testcase --- diff --git a/src/testing/test_testing_reconnect.c b/src/testing/test_testing_reconnect.c index 87a442408..13dbd46b4 100644 --- a/src/testing/test_testing_reconnect.c +++ b/src/testing/test_testing_reconnect.c @@ -163,7 +163,7 @@ my_cb1 (void *cls, "Daemon `%s' started.\n", GNUNET_i2s (id)); #endif d2 = - GNUNET_TESTING_daemon_start (c2, TIMEOUT, NULL, NULL, 0, NULL, NULL, + GNUNET_TESTING_daemon_start (c2, TIMEOUT, NULL, NULL, 0, NULL, NULL, NULL, &my_cb2, NULL); GNUNET_assert (d2 != NULL); } @@ -190,7 +190,7 @@ run_phase () { phase++; d1 = - GNUNET_TESTING_daemon_start (c1, TIMEOUT, NULL, NULL, 0, NULL, NULL, + GNUNET_TESTING_daemon_start (c1, TIMEOUT, NULL, NULL, 0, NULL, NULL, NULL, &my_cb1, NULL); GNUNET_assert (d1 != NULL); }