aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_testing_connect.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_testing_connect.c')
-rw-r--r--src/testing/test_testing_connect.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/test_testing_connect.c b/src/testing/test_testing_connect.c
index 2c3014635..f42142319 100644
--- a/src/testing/test_testing_connect.c
+++ b/src/testing/test_testing_connect.c
@@ -133,7 +133,7 @@ my_cb1 (void *cls,
133 "Daemon `%s' started.\n", GNUNET_i2s (id)); 133 "Daemon `%s' started.\n", GNUNET_i2s (id));
134#endif 134#endif
135 d2 = 135 d2 =
136 GNUNET_TESTING_daemon_start (c2, TIMEOUT, NULL, NULL, 0, NULL, NULL, 136 GNUNET_TESTING_daemon_start (c2, TIMEOUT, NULL, NULL, 0, NULL, NULL, NULL,
137 &my_cb2, NULL); 137 &my_cb2, NULL);
138 GNUNET_assert (d2 != NULL); 138 GNUNET_assert (d2 != NULL);
139 139
@@ -154,7 +154,7 @@ run (void *cls,
154 c2 = GNUNET_CONFIGURATION_create (); 154 c2 = GNUNET_CONFIGURATION_create ();
155 GNUNET_CONFIGURATION_parse (c2, "test_testing_connect_peer2.conf"); 155 GNUNET_CONFIGURATION_parse (c2, "test_testing_connect_peer2.conf");
156 d1 = 156 d1 =
157 GNUNET_TESTING_daemon_start (c1, TIMEOUT, NULL, NULL, 0, NULL, NULL, 157 GNUNET_TESTING_daemon_start (c1, TIMEOUT, NULL, NULL, 0, NULL, NULL, NULL,
158 &my_cb1, NULL); 158 &my_cb1, NULL);
159 GNUNET_assert (d1 != NULL); 159 GNUNET_assert (d1 != NULL);
160} 160}