aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_plugin_cmd_udp_backchannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_plugin_cmd_udp_backchannel.c')
-rw-r--r--src/transport/test_transport_plugin_cmd_udp_backchannel.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/test_transport_plugin_cmd_udp_backchannel.c b/src/transport/test_transport_plugin_cmd_udp_backchannel.c
index c98a3075d..b594049c9 100644
--- a/src/transport/test_transport_plugin_cmd_udp_backchannel.c
+++ b/src/transport/test_transport_plugin_cmd_udp_backchannel.c
@@ -242,7 +242,8 @@ start_testcase (TESTING_CMD_HELPER_write_cb write_message, char *router_ip,
242 "start-peer", 242 "start-peer",
243 "system-create", 243 "system-create",
244 num, 244 num,
245 topology); 245 topology,
246 0);
246 local_prepared = GNUNET_TESTING_cmd_local_test_prepared ( 247 local_prepared = GNUNET_TESTING_cmd_local_test_prepared (
247 "local-test-prepared", 248 "local-test-prepared",
248 write_message); 249 write_message);