summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Error.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-05-19 09:45:54 +0000
committerfukachan <fukachan>2002-05-19 09:45:54 +0000
commit3def44fe0714a7b010a9a2773dedf16feca4d722 (patch)
treea676028077a9e428170fe48b97ca952e5230dd54 /fml/lib/FML/Process/Error.pm
parent5d2a0736c8d0a1eb80b1e706bd5c41e9fe015406 (diff)
downloadfml8-3def44fe0714a7b010a9a2773dedf16feca4d722.tar.gz
fml8-3def44fe0714a7b010a9a2773dedf16feca4d722.tar.bz2
fml8-3def44fe0714a7b010a9a2773dedf16feca4d722.zip
not need verify_sender_credential()
Diffstat (limited to 'fml/lib/FML/Process/Error.pm')
-rw-r--r--fml/lib/FML/Process/Error.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/fml/lib/FML/Process/Error.pm b/fml/lib/FML/Process/Error.pm
index 62afdff9..6840fdcf 100644
--- a/fml/lib/FML/Process/Error.pm
+++ b/fml/lib/FML/Process/Error.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Error.pm,v 1.55 2002/05/19 04:57:46 fukachan Exp $
+# $FML: Error.pm,v 1.1 2002/05/19 09:44:00 fukachan Exp $
#
package FML::Process::Error;
@@ -99,8 +99,6 @@ sub verify_request
my $eval = $config->get_hook( 'error_verify_request_start_hook' );
if ($eval) { eval qq{ $eval; }; LogWarn($@) if $@; }
- $curproc->verify_sender_credential();
-
$eval = $config->get_hook( 'error_verify_request_end_hook' );
if ($eval) { eval qq{ $eval; }; LogWarn($@) if $@; }
}