mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
This commit is contained in:
commit
ec83afd8ed
|
@ -244,7 +244,6 @@ static void StartExternalProcess (TRI_external_t* external, bool usePipes) {
|
|||
|
||||
// child process
|
||||
if (processPid == 0) {
|
||||
|
||||
// set stdin and stdout of child process
|
||||
if (usePipes) {
|
||||
dup2(pipe_server_to_child[0], 0);
|
||||
|
|
Loading…
Reference in New Issue