From 112534059e5c523ef3a896a249b9eb51b5f4f243 Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Tue, 25 Jan 2011 10:37:29 +0000 Subject: fix testcase --- src/testing/test_testing_reconnect.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/testing/test_testing_reconnect.c') 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); } -- cgit v1.2.3