diff options
Diffstat (limited to 'Bugzilla/Send/Sendmail.pm')
-rw-r--r-- | Bugzilla/Send/Sendmail.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Send/Sendmail.pm b/Bugzilla/Send/Sendmail.pm index 808e62056..71c1f67ce 100644 --- a/Bugzilla/Send/Sendmail.pm +++ b/Bugzilla/Send/Sendmail.pm @@ -25,7 +25,7 @@ sub send { return failure "Found $mailer but cannot execute it" unless -x $mailer; - + local $SIG{'CHLD'} = 'DEFAULT'; my $pipe = gensym; |