aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api_cmd_send_simple.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport_api_cmd_send_simple.c')
-rw-r--r--src/transport/transport_api_cmd_send_simple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/transport_api_cmd_send_simple.c b/src/transport/transport_api_cmd_send_simple.c
index c71c952aa..73edcf549 100644
--- a/src/transport/transport_api_cmd_send_simple.c
+++ b/src/transport/transport_api_cmd_send_simple.c
@@ -155,7 +155,7 @@ GNUNET_TRANSPORT_cmd_send_simple (const char *label,
155 155
156 struct GNUNET_TESTING_Command cmd = { 156 struct GNUNET_TESTING_Command cmd = {
157 .cls = sss, 157 .cls = sss,
158 .label = label, 158 .label = GNUNET_strdup (label),
159 .run = &send_simple_run, 159 .run = &send_simple_run,
160 .cleanup = &send_simple_cleanup 160 .cleanup = &send_simple_cleanup
161 }; 161 };