remove defautl setting on tty when exec

Signed-off-by: Lai Jiangshan <jiangshanlai@gmail.com>
This commit is contained in:
Lai Jiangshan
2016-04-07 16:45:56 +08:00
parent 4b45b28122
commit d3199fcc60
-1
View File
@@ -1063,7 +1063,6 @@ realloc:
goto out;
}
exec->tty = 1;
exec->ptyfd = -1;
exec->stdinfd = -1;
exec->stdoutfd = -1;