aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_hosts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testbed/testbed_api_hosts.c')
-rw-r--r--src/testbed/testbed_api_hosts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testbed/testbed_api_hosts.c b/src/testbed/testbed_api_hosts.c
index 5a5b00e5a..ed3379d88 100644
--- a/src/testbed/testbed_api_hosts.c
+++ b/src/testbed/testbed_api_hosts.c
@@ -1349,7 +1349,7 @@ GNUNET_TESTBED_is_host_habitable (const struct GNUNET_TESTBED_Host *host,
1349 free_argv (rsh_args); 1349 free_argv (rsh_args);
1350 h->auxp = 1350 h->auxp =
1351 GNUNET_OS_start_process_vap (GNUNET_NO, GNUNET_OS_INHERIT_STD_ERR, NULL, 1351 GNUNET_OS_start_process_vap (GNUNET_NO, GNUNET_OS_INHERIT_STD_ERR, NULL,
1352 NULL, h->helper_argv[0], h->helper_argv); 1352 NULL, NULL, h->helper_argv[0], h->helper_argv);
1353 if (NULL == h->auxp) 1353 if (NULL == h->auxp)
1354 { 1354 {
1355 GNUNET_break (0); /* Cannot exec SSH? */ 1355 GNUNET_break (0); /* Cannot exec SSH? */