summaryrefslogtreecommitdiffstats
path: root/backdoor.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'backdoor.cgi')
-rwxr-xr-xbackdoor.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/backdoor.cgi b/backdoor.cgi
index 0c4a013be..dd96b6316 100755
--- a/backdoor.cgi
+++ b/backdoor.cgi
@@ -160,4 +160,4 @@ foreach my $cc (split(/,/, $::FORM{'cc'})) {
}
print "Created bugzilla bug $zillaid\n";
-system("./processmail $zillaid < /dev/null > /dev/null 2> /dev/null &");
+system("./processmail $zillaid");