aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api_cmd_start_peer_v3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport_api_cmd_start_peer_v3.c')
-rw-r--r--src/transport/transport_api_cmd_start_peer_v3.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport/transport_api_cmd_start_peer_v3.c b/src/transport/transport_api_cmd_start_peer_v3.c
index fa6300ef5..1a19ce60e 100644
--- a/src/transport/transport_api_cmd_start_peer_v3.c
+++ b/src/transport/transport_api_cmd_start_peer_v3.c
@@ -609,7 +609,6 @@ GNUNET_TRANSPORT_cmd_start_peer_v3 (const char *label,
609 .cls = sps, 609 .cls = sps,
610 .label = label, 610 .label = label,
611 .run = &start_peer_run, 611 .run = &start_peer_run,
612 .finish = &start_peer_finish,
613 .cleanup = &start_peer_cleanup, 612 .cleanup = &start_peer_cleanup,
614 .traits = &start_peer_traits 613 .traits = &start_peer_traits
615 }; 614 };