From 7764fcaba8dbcf01722a322bf3adb301bec87520 Mon Sep 17 00:00:00 2001 From: fukachan Date: Wed, 14 Aug 2002 14:17:09 +0000 Subject: s/refuse_further_processing/stop_this_process/ --- fml/lib/FML/Process/Distribute.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fml/lib/FML/Process/Distribute.pm') 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"); } }; -- cgit v1.2.1