summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Send
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Send')
-rw-r--r--Bugzilla/Send/Sendmail.pm2
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;