summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Distribute.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-08-14 14:17:09 +0000
committerfukachan <fukachan>2002-08-14 14:17:09 +0000
commit7764fcaba8dbcf01722a322bf3adb301bec87520 (patch)
tree5f113a994e5b812aa176fed14c6dd7b659345d85 /fml/lib/FML/Process/Distribute.pm
parentf28a561e8f366203e37daf10083014831283b19e (diff)
downloadfml8-7764fcaba8dbcf01722a322bf3adb301bec87520.tar.gz
fml8-7764fcaba8dbcf01722a322bf3adb301bec87520.tar.bz2
fml8-7764fcaba8dbcf01722a322bf3adb301bec87520.zip
s/refuse_further_processing/stop_this_process/
Diffstat (limited to 'fml/lib/FML/Process/Distribute.pm')
-rw-r--r--fml/lib/FML/Process/Distribute.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/Distribute.pm b/fml/lib/FML/Process/Distribute.pm
index 679707bc..71dbe255 100644
--- a/fml/lib/FML/Process/Distribute.pm
+++ b/fml/lib/FML/Process/Distribute.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Distribute.pm,v 1.89 2002/08/03 13:13:24 fukachan Exp $
+# $FML: Distribute.pm,v 1.90 2002/08/14 03:31:56 fukachan Exp $
#
package FML::Process::Distribute;
@@ -145,7 +145,7 @@ sub _check_filter
# filter traps this message.
if ($r = $filter->error()) {
# we should stop this process ASAP.
- $curproc->refuse_further_processing();
+ $curproc->stop_this_process();
Log("rejected by filter due to $r");
}
};