aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_netjail_stop_testsystem.c
diff options
context:
space:
mode:
authort3sserakt <t3ss@posteo.de>2021-12-01 14:06:12 +0100
committert3sserakt <t3ss@posteo.de>2021-12-01 14:06:12 +0100
commit1408842544b1cbea01efc636bdcb6be73a4e20a9 (patch)
tree238ee0392d0597d297f6dcfa613ea0000a01d6d3 /src/testing/testing_api_cmd_netjail_stop_testsystem.c
parent5b4c1620bb7ed90d7bb26484c0a39807bb7f1dd5 (diff)
downloadgnunet-1408842544b1cbea01efc636bdcb6be73a4e20a9.tar.gz
gnunet-1408842544b1cbea01efc636bdcb6be73a4e20a9.zip
- using the big macrofication of the traits from GNU Taler now
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 4b52878c4..caf83ab0e 100644
--- a/src/testing/testing_api_cmd_netjail_stop_testsystem.c
+++ b/src/testing/testing_api_cmd_netjail_stop_testsystem.c
@@ -86,7 +86,7 @@ stop_testing_system_run (void *cls,
86 struct GNUNET_TESTING_Interpreter *is) 86 struct GNUNET_TESTING_Interpreter *is)
87{ 87{
88 struct StopHelperState *shs = cls; 88 struct StopHelperState *shs = cls;
89 struct GNUNET_HELPER_Handle **helper; 89 const struct GNUNET_HELPER_Handle **helper;
90 const struct GNUNET_TESTING_Command *start_helper_cmd; 90 const struct GNUNET_TESTING_Command *start_helper_cmd;
91 91
92 start_helper_cmd = GNUNET_TESTING_interpreter_lookup_command (is, 92 start_helper_cmd = GNUNET_TESTING_interpreter_lookup_command (is,