diff options
Diffstat (limited to 'src/transport/test_transport_testing_startstop.c')
-rw-r--r-- | src/transport/test_transport_testing_startstop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport/test_transport_testing_startstop.c b/src/transport/test_transport_testing_startstop.c index 0846357e6..6ac0250cc 100644 --- a/src/transport/test_transport_testing_startstop.c +++ b/src/transport/test_transport_testing_startstop.c @@ -64,8 +64,7 @@ end_badly () static void -start_cb (struct GNUNET_TRANSPORT_TESTING_PeerContext *p, - void *cls) +start_cb (void *cls) { GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, "Peer %u (`%s') successfully started\n", |