aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_reconnect.c
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-01-25 10:37:29 +0000
committerNathan S. Evans <evans@in.tum.de>2011-01-25 10:37:29 +0000
commit112534059e5c523ef3a896a249b9eb51b5f4f243 (patch)
tree6dcc19e52e8e881fd03d62916b11be7caa0d1dad /src/testing/test_testing_reconnect.c
parent8846e58f99cd0774ea00dbbecf0053d62403214d (diff)
downloadgnunet-112534059e5c523ef3a896a249b9eb51b5f4f243.tar.gz
gnunet-112534059e5c523ef3a896a249b9eb51b5f4f243.zip
fix testcase
Diffstat (limited to 'src/testing/test_testing_reconnect.c')
-rw-r--r--src/testing/test_testing_reconnect.c4
1 files changed, 2 insertions, 2 deletions
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,
163 "Daemon `%s' started.\n", GNUNET_i2s (id)); 163 "Daemon `%s' started.\n", GNUNET_i2s (id));
164#endif 164#endif
165 d2 = 165 d2 =
166 GNUNET_TESTING_daemon_start (c2, TIMEOUT, NULL, NULL, 0, NULL, NULL, 166 GNUNET_TESTING_daemon_start (c2, TIMEOUT, NULL, NULL, 0, NULL, NULL, NULL,
167 &my_cb2, NULL); 167 &my_cb2, NULL);
168 GNUNET_assert (d2 != NULL); 168 GNUNET_assert (d2 != NULL);
169} 169}
@@ -190,7 +190,7 @@ run_phase ()
190{ 190{
191 phase++; 191 phase++;
192 d1 = 192 d1 =
193 GNUNET_TESTING_daemon_start (c1, TIMEOUT, NULL, NULL, 0, NULL, NULL, 193 GNUNET_TESTING_daemon_start (c1, TIMEOUT, NULL, NULL, 0, NULL, NULL, NULL,
194 &my_cb1, NULL); 194 &my_cb1, NULL);
195 GNUNET_assert (d1 != NULL); 195 GNUNET_assert (d1 != NULL);
196} 196}