gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r22581 - gnunet/src/testbed


From: gnunet
Subject: [GNUnet-SVN] r22581 - gnunet/src/testbed
Date: Mon, 9 Jul 2012 23:32:36 +0200

Author: grothoff
Date: 2012-07-09 23:32:36 +0200 (Mon, 09 Jul 2012)
New Revision: 22581

Modified:
   gnunet/src/testbed/testbed_api_hosts.c
Log:
-fix

Modified: gnunet/src/testbed/testbed_api_hosts.c
===================================================================
--- gnunet/src/testbed/testbed_api_hosts.c      2012-07-09 19:39:27 UTC (rev 
22580)
+++ gnunet/src/testbed/testbed_api_hosts.c      2012-07-09 21:32:36 UTC (rev 
22581)
@@ -385,8 +385,7 @@
   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 @@
     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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]