summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Error
diff options
context:
space:
mode:
authortmu <tmu>2003-01-04 13:26:33 +0000
committertmu <tmu>2003-01-04 13:26:33 +0000
commit110ffba56f4f025e4609328e4e688d41c10a9d0f (patch)
tree60cae5ee49f20958bf02e32b8c5ad788c5c8fbce /fml/lib/FML/Error
parentac389afdaced5ba12cbfd3faf708c38f4a078c0f (diff)
downloadfml8-110ffba56f4f025e4609328e4e688d41c10a9d0f.tar.gz
fml8-110ffba56f4f025e4609328e4e688d41c10a9d0f.tar.bz2
fml8-110ffba56f4f025e4609328e4e688d41c10a9d0f.zip
bugfix missing my at day check values
Diffstat (limited to 'fml/lib/FML/Error')
-rw-r--r--fml/lib/FML/Error/Analyze.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/fml/lib/FML/Error/Analyze.pm b/fml/lib/FML/Error/Analyze.pm
index 29a629c9..59c9f2b3 100644
--- a/fml/lib/FML/Error/Analyze.pm
+++ b/fml/lib/FML/Error/Analyze.pm
@@ -4,7 +4,7 @@
# All rights reserved. This program is free software; you can
# redistribute it and/or modify it under the same terms as Perl itself.
#
-# $FML: Analyze.pm,v 1.12 2003/01/04 12:55:53 tmu Exp $
+# $FML: Analyze.pm,v 1.13 2003/01/04 13:09:17 tmu Exp $
#
package FML::Error::Analyze;
@@ -73,6 +73,7 @@ sub simple_count
{
my ($self, $curproc, $data) = @_;
my ($addr, $bufarray, $count);
+ my ($time, $status, $reason);
my @removelist = ();
my $summary = {};
my $config = $curproc->config();
@@ -120,6 +121,7 @@ sub simple_count2
{
my ($self, $curproc, $data) = @_;
my ($addr, $bufarray, $count);
+ my ($time, $status, $reason);
my @removelist = ();
my $summary = {};
my $config = $curproc->config();