mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Don't leave zombies behind.
This commit is contained in:
parent
9e294983e9
commit
5b098ddce2
1 changed files with 2 additions and 0 deletions
|
|
@ -271,6 +271,8 @@ sub exec_test($$) {
|
|||
*STDOUT->autoflush();
|
||||
*OUT->autoflush();
|
||||
|
||||
$SIG{CHLD} = 'IGNORE';
|
||||
|
||||
if (fork()) {
|
||||
# Server
|
||||
if (*IN_DUP) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue