-fix
authorChristian Grothoff <christian@grothoff.org>
Mon, 9 Jul 2012 21:32:36 +0000 (21:32 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 9 Jul 2012 21:32:36 +0000 (21:32 +0000)
src/testbed/testbed_api_hosts.c

index f42c954ab207fb826f6f4dc2dd12ff96901e4335..f0c1ff772eb6145a34c44bfcec00c24d00f73c2f 100644 (file)
@@ -385,8 +385,7 @@ GNUNET_TESTBED_host_run_ (const struct GNUNET_TESTBED_Host *host,
   if ((NULL == host) || (0 == host->id))
   {
     h->process = GNUNET_OS_start_process_vap (GNUNET_YES,
-                                              GNUNET_OS_INHERIT_STD_OUT |
-                                              GNUNET_OS_INHERIT_STD_ERR, 
+                                              GNUNET_OS_INHERIT_STD_ALL,
                                              h->cpipe, NULL,
                                              "gnunet-service-testbed", 
                                              binary_argv);
@@ -416,8 +415,7 @@ GNUNET_TESTBED_host_run_ (const struct GNUNET_TESTBED_Host *host,
     remote_args[argp++] = NULL;
     GNUNET_assert (argp == argc + 6 + 1);
     h->process = GNUNET_OS_start_process_vap (GNUNET_YES,
-                                              GNUNET_OS_INHERIT_STD_OUT |
-                                              GNUNET_OS_INHERIT_STD_ERR, 
+                                              GNUNET_OS_INHERIT_STD_ALL,
                                              h->cpipe, NULL,
                                              "ssh", 
                                              remote_args);