Formerly job.c.~61~

This commit is contained in:
Roland McGrath 1992-04-29 01:10:14 +00:00
parent 687844b2fe
commit d724ba1739

2
job.c
View file

@ -221,7 +221,7 @@ reap_children (block, err)
/* First, check for remote children. */
pid = remote_status (&exit_code, &exit_sig, &coredump, 0);
if (pid < 0)
if (pid <= 0)
{
/* No remote children. Check for local children. */