gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12991 - gnunet/src/transport


From: gnunet
Subject: [GNUnet-SVN] r12991 - gnunet/src/transport
Date: Wed, 15 Sep 2010 10:28:48 +0200

Author: wachs
Date: 2010-09-15 10:28:48 +0200 (Wed, 15 Sep 2010)
New Revision: 12991

Modified:
   gnunet/src/transport/plugin_transport_wlan.c
Log:
0001602: A patch to fix process spawning with redirected std streams 


Modified: gnunet/src/transport/plugin_transport_wlan.c
===================================================================
--- gnunet/src/transport/plugin_transport_wlan.c        2010-09-15 08:28:20 UTC 
(rev 12990)
+++ gnunet/src/transport/plugin_transport_wlan.c        2010-09-15 08:28:48 UTC 
(rev 12991)
@@ -433,11 +433,11 @@
 wlan_transport_start_wlan_helper(struct Plugin *plugin)
 {
 
-  plugin->server_stdout = GNUNET_DISK_pipe(GNUNET_YES);
+  plugin->server_stdout = (GNUNET_YES, GNUNET_NO, GNUNET_YES);
   if (plugin->server_stdout == NULL)
     return GNUNET_SYSERR;
 
-  plugin->server_stdin = GNUNET_DISK_pipe(GNUNET_YES);
+  plugin->server_stdin = GNUNET_DISK_pipe(GNUNET_YES, GNUNET_YES, GNUNET_NO);
     if (plugin->server_stdin == NULL)
       return GNUNET_SYSERR;
 




reply via email to

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