aboutsummaryrefslogtreecommitdiff
path: root/src/testbed/testbed_api_hosts.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-07-09 21:32:36 +0000
committerChristian Grothoff <christian@grothoff.org>2012-07-09 21:32:36 +0000
commitfda3b9225bbd7b3c8515d36c17d9107711766855 (patch)
tree5c55e629bbdabc5a34c207f64bd9708492cc5a6d /src/testbed/testbed_api_hosts.c
parentb1d71c239212875ec2d44b4393687110a7c3870b (diff)
downloadgnunet-fda3b9225bbd7b3c8515d36c17d9107711766855.tar.gz
gnunet-fda3b9225bbd7b3c8515d36c17d9107711766855.zip
-fix
Diffstat (limited to 'src/testbed/testbed_api_hosts.c')
-rw-r--r--src/testbed/testbed_api_hosts.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/testbed/testbed_api_hosts.c b/src/testbed/testbed_api_hosts.c
index f42c954ab..f0c1ff772 100644
--- a/src/testbed/testbed_api_hosts.c
+++ b/src/testbed/testbed_api_hosts.c
@@ -385,8 +385,7 @@ GNUNET_TESTBED_host_run_ (const struct GNUNET_TESTBED_Host *host,
385 if ((NULL == host) || (0 == host->id)) 385 if ((NULL == host) || (0 == host->id))
386 { 386 {
387 h->process = GNUNET_OS_start_process_vap (GNUNET_YES, 387 h->process = GNUNET_OS_start_process_vap (GNUNET_YES,
388 GNUNET_OS_INHERIT_STD_OUT | 388 GNUNET_OS_INHERIT_STD_ALL,
389 GNUNET_OS_INHERIT_STD_ERR,
390 h->cpipe, NULL, 389 h->cpipe, NULL,
391 "gnunet-service-testbed", 390 "gnunet-service-testbed",
392 binary_argv); 391 binary_argv);
@@ -416,8 +415,7 @@ GNUNET_TESTBED_host_run_ (const struct GNUNET_TESTBED_Host *host,
416 remote_args[argp++] = NULL; 415 remote_args[argp++] = NULL;
417 GNUNET_assert (argp == argc + 6 + 1); 416 GNUNET_assert (argp == argc + 6 + 1);
418 h->process = GNUNET_OS_start_process_vap (GNUNET_YES, 417 h->process = GNUNET_OS_start_process_vap (GNUNET_YES,
419 GNUNET_OS_INHERIT_STD_OUT | 418 GNUNET_OS_INHERIT_STD_ALL,
420 GNUNET_OS_INHERIT_STD_ERR,
421 h->cpipe, NULL, 419 h->cpipe, NULL,
422 "ssh", 420 "ssh",
423 remote_args); 421 remote_args);