summaryrefslogtreecommitdiffstats
path: root/backdoor.cgi
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-05-11 08:15:08 +0200
committerterry%mozilla.org <>1999-05-11 08:15:08 +0200
commitc0ed55895db8642b64b58b6d902f7085d2ca757e (patch)
treea11a8d4d3f2bc751f5f1b2518752cc24f461eddc /backdoor.cgi
parenta1c55275b03a1c5fe5dcc27af02c65a0f99e1650 (diff)
downloadbugzilla-c0ed55895db8642b64b58b6d902f7085d2ca757e.tar.gz
bugzilla-c0ed55895db8642b64b58b6d902f7085d2ca757e.tar.xz
Oops; back out last change; was checked in by mistake (and with the wrong log comment, too).
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 dd96b6316..0c4a013be 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");
+system("./processmail $zillaid < /dev/null > /dev/null 2> /dev/null &");