* sigproc.cc (child_info::retry_count): Actually that should have been 0.
This commit is contained in:
@ -821,7 +821,7 @@ out:
|
||||
return rc;
|
||||
}
|
||||
|
||||
int child_info::retry_count = 1;
|
||||
int child_info::retry_count = 0;
|
||||
|
||||
/* Initialize some of the memory block passed to child processes
|
||||
by fork/spawn/exec. */
|
||||
|
Reference in New Issue
Block a user