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