aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index d121ec9be..5ac44c2f2 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1441,11 +1441,11 @@ wlan_transport_start_wlan_helper (struct Plugin *plugin)
1441 return GNUNET_YES; 1441 return GNUNET_YES;
1442 } 1442 }
1443 1443
1444 plugin->server_stdout = GNUNET_DISK_pipe (GNUNET_YES, GNUNET_NO, GNUNET_YES); 1444 plugin->server_stdout = GNUNET_DISK_pipe (GNUNET_YES, GNUNET_YES, GNUNET_NO, GNUNET_YES);
1445 if (plugin->server_stdout == NULL) 1445 if (plugin->server_stdout == NULL)
1446 return GNUNET_SYSERR; 1446 return GNUNET_SYSERR;
1447 1447
1448 plugin->server_stdin = GNUNET_DISK_pipe (GNUNET_YES, GNUNET_YES, GNUNET_NO); 1448 plugin->server_stdin = GNUNET_DISK_pipe (GNUNET_YES, GNUNET_YES, GNUNET_YES, GNUNET_NO);
1449 if (plugin->server_stdin == NULL) 1449 if (plugin->server_stdin == NULL)
1450 return GNUNET_SYSERR; 1450 return GNUNET_SYSERR;
1451 1451