aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_testing_startstop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_testing_startstop.c')
-rw-r--r--src/transport/test_transport_testing_startstop.c17
1 files changed, 9 insertions, 8 deletions
diff --git a/src/transport/test_transport_testing_startstop.c b/src/transport/test_transport_testing_startstop.c
index c516d4277..0846357e6 100644
--- a/src/transport/test_transport_testing_startstop.c
+++ b/src/transport/test_transport_testing_startstop.c
@@ -91,14 +91,15 @@ run (void *cls,
91 &end_badly, 91 &end_badly,
92 NULL); 92 NULL);
93 93
94 p = GNUNET_TRANSPORT_TESTING_start_peer(tth, 94 p = GNUNET_TRANSPORT_TESTING_start_peer (tth,
95 cfgfile, 95 cfgfile,
96 1, 96 1,
97 NULL, /* receive cb */ 97 NULL, /* receive cb */
98 NULL, /* connect cb */ 98 NULL, /* connect cb */
99 NULL, /* disconnect cb */ 99 NULL, /* disconnect cb */
100 &start_cb, /* startup cb */ 100 NULL, /* nc/nd closure */
101 NULL); /* closure */ 101 &start_cb, /* startup cb */
102 NULL); /* closure */
102 if (NULL == p) 103 if (NULL == p)
103 { 104 {
104 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Failed to start peer\n"); 105 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Failed to start peer\n");