aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_netjail_start.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_netjail_start.c')
-rw-r--r--src/testing/testing_api_cmd_netjail_start.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/testing/testing_api_cmd_netjail_start.c b/src/testing/testing_api_cmd_netjail_start.c
index 4b5592524..9cd84cb4f 100644
--- a/src/testing/testing_api_cmd_netjail_start.c
+++ b/src/testing/testing_api_cmd_netjail_start.c
@@ -53,11 +53,6 @@ struct NetJailState
53 * The process id of the start script. 53 * The process id of the start script.
54 */ 54 */
55 struct GNUNET_OS_Process *start_proc; 55 struct GNUNET_OS_Process *start_proc;
56
57 /**
58 * Flag indication if the script finished.
59 */
60 enum GNUNET_GenericReturnValue finished;
61}; 56};
62 57
63 58
@@ -110,6 +105,7 @@ child_completed_callback (void *cls,
110 } 105 }
111 else 106 else
112 { 107 {
108 // FIXME: log status code
113 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 109 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
114 "Child completed with an error!\n"); 110 "Child completed with an error!\n");
115 GNUNET_TESTING_async_fail (&ns->ac); 111 GNUNET_TESTING_async_fail (&ns->ac);