diff options
Diffstat (limited to 'src/testing/testing_api_cmd_netjail_stop_testsystem.c')
-rw-r--r-- | src/testing/testing_api_cmd_netjail_stop_testsystem.c | 2 |
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, struct GNUNET_TESTING_Interpreter *is) { struct StopHelperState *shs = cls; - struct GNUNET_HELPER_Handle **helper; + const struct GNUNET_HELPER_Handle **helper; const struct GNUNET_TESTING_Command *start_helper_cmd; start_helper_cmd = GNUNET_TESTING_interpreter_lookup_command (is, |