mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFS: Stop reaping children. It makes evil things happen to the extraction
loop.
This commit is contained in:
parent
3fa010222f
commit
7a631f774d
2 changed files with 4 additions and 0 deletions
|
|
@ -188,7 +188,9 @@ systemInitialize(int argc, char **argv)
|
|||
i = 0;
|
||||
sysctlbyname("machdep.unaligned_print", NULL, 0, &i, sizeof(i));
|
||||
#endif
|
||||
#if 0
|
||||
signal(SIGCHLD, reap_children);
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
char hname[256];
|
||||
|
|
|
|||
|
|
@ -188,7 +188,9 @@ systemInitialize(int argc, char **argv)
|
|||
i = 0;
|
||||
sysctlbyname("machdep.unaligned_print", NULL, 0, &i, sizeof(i));
|
||||
#endif
|
||||
#if 0
|
||||
signal(SIGCHLD, reap_children);
|
||||
#endif
|
||||
}
|
||||
else {
|
||||
char hname[256];
|
||||
|
|
|
|||
Loading…
Reference in a new issue