mirror of https://gitee.com/bigwinds/arangodb
do not close descriptors
This commit is contained in:
parent
77232eb830
commit
5e6b73e2d3
|
@ -209,9 +209,9 @@ static int forkProcess (string const& workingDirectory, string& current, Applica
|
|||
}
|
||||
|
||||
// close the standard file descriptors
|
||||
close(STDIN_FILENO);
|
||||
close(STDOUT_FILENO);
|
||||
close(STDERR_FILENO);
|
||||
// close(STDIN_FILENO);
|
||||
// close(STDOUT_FILENO);
|
||||
// close(STDERR_FILENO);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue