mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-27 23:06:54 +00:00
Formerly job.c.~61~
This commit is contained in:
parent
687844b2fe
commit
d724ba1739
1 changed files with 1 additions and 1 deletions
2
job.c
2
job.c
|
@ -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. */
|
||||
|
||||
|
|
Loading…
Reference in a new issue