fix close_allv() sentinel

This commit is contained in:
Robin Gareus 2013-07-31 19:29:06 +02:00 committed by Paul Davis
parent 24b9f1ff8a
commit 9aa348afce

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.. */