aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_netjail_stop_testsystem.c
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-10-25 14:49:05 +0200
committert3sserakt <t3ss@posteo.de>2021-10-25 14:49:05 +0200
commit1609d627e509043a946f611d7589105cfae2364d (patch)
treed6022bea17730f96c7d87b0a1c8f602717edb25d /src/testing/testing_api_cmd_netjail_stop_testsystem.c
parent513f23e74650db9408267e82ef8bcb8f770d1015 (diff)
downloadgnunet-1609d627e509043a946f611d7589105cfae2364d.tar.gz
gnunet-1609d627e509043a946f611d7589105cfae2364d.zip
changes to reflect the changes in testing_api_loop.c
Diffstat (limited to 'src/testing/testing_api_cmd_netjail_stop_testsystem.c')
-rw-r--r--src/testing/testing_api_cmd_netjail_stop_testsystem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_api_cmd_netjail_stop_testsystem.c b/src/testing/testing_api_cmd_netjail_stop_testsystem.c
index d3754153d..33792f1b0 100644
--- a/src/testing/testing_api_cmd_netjail_stop_testsystem.c
+++ b/src/testing/testing_api_cmd_netjail_stop_testsystem.c
@@ -95,7 +95,7 @@ stop_testing_system_run (void *cls,
95 struct GNUNET_HELPER_Handle **helper; 95 struct GNUNET_HELPER_Handle **helper;
96 const struct GNUNET_TESTING_Command *start_helper_cmd; 96 const struct GNUNET_TESTING_Command *start_helper_cmd;
97 97
98 start_helper_cmd = GNUNET_TESTING_interpreter_lookup_command (NULL, 98 start_helper_cmd = GNUNET_TESTING_interpreter_lookup_command (is,
99 shs-> 99 shs->
100 helper_start_label); 100 helper_start_label);
101 GNUNET_TESTING_get_trait_helper_handles (start_helper_cmd, 101 GNUNET_TESTING_get_trait_helper_handles (start_helper_cmd,