fix close_allv() sentinel

This commit is contained in:
Robin Gareus 2013-07-31 19:29:06 +02:00
parent bd92bfe643
commit 9993ac23ca

View File

@ -724,10 +724,8 @@ SystemExec::start (int stderr_mode)
signal(SIGPIPE, SIG_DFL);
#endif
#ifndef __WIN32__
int good_fds[1] = { 0 };
int good_fds[1] = { -1 };
close_allv(good_fds);
#endif
::execve(argp[0], argp, envp);
/* if we reach here something went wrong.. */