summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-05-25 03:39:00 +0000
committerfukachan <fukachan>2004-05-25 03:39:00 +0000
commit33481db7487809a4446f218c6b3312dc32a641f3 (patch)
treed87e48d2e377e953fca0c81bc378e26478b4a561 /fml/lib/FML/Process
parent49721cbecac2a5891597e1848f2dd2d482a847fb (diff)
downloadfml8-33481db7487809a4446f218c6b3312dc32a641f3.tar.gz
fml8-33481db7487809a4446f218c6b3312dc32a641f3.tar.bz2
fml8-33481db7487809a4446f218c6b3312dc32a641f3.zip
new FML::Filter $curproc;
Diffstat (limited to 'fml/lib/FML/Process')
-rw-r--r--fml/lib/FML/Process/Command.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/Command.pm b/fml/lib/FML/Process/Command.pm
index 87477ebd..26d0e21e 100644
--- a/fml/lib/FML/Process/Command.pm
+++ b/fml/lib/FML/Process/Command.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2000,2001,2002,2003,2004 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Command.pm,v 1.105 2004/04/28 04:08:00 fukachan Exp $
+# $FML: Command.pm,v 1.106 2004/05/22 02:42:39 fukachan Exp $
#
package FML::Process::Command;
@@ -146,7 +146,7 @@ sub _check_filter
eval q{
use FML::Filter;
- my $filter = new FML::Filter;
+ my $filter = new FML::Filter $curproc;
my $r = $filter->command_mail_filter($curproc);
# filter traps this message.