13
0

Remove invalid error message

This clause is in NO_VFORK, vfork_exec_wrapper is irrelevant there
This commit is contained in:
Robin Gareus 2019-11-09 06:30:46 +01:00
parent a8a699133e
commit b157e1a09a
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -926,10 +926,6 @@ SystemExec::start (StdErrMode stderr_mode, const char *vfork_exec_wrapper)
#else
signal (SIGPIPE, SIG_DFL);
#endif
if (!vfork_exec_wrapper) {
error << _("Cannot start external process, no vfork wrapper") << endmsg;
return -1;
}
int good_fds[2] = { pok[1], -1 };
close_allv(good_fds);