From: minima Date: Sun, 29 Sep 2002 01:29:23 +0000 (+0000) Subject: added misses to be cleared X-Git-Tag: PRE-1-52~182 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=c8b50d0eadda9b8afe700125aebdca510de29bb2;p=spider.git added misses to be cleared --- diff --git a/perl/Prefix.pm b/perl/Prefix.pm index 072df9ee..a2316a2b 100644 --- a/perl/Prefix.pm +++ b/perl/Prefix.pm @@ -202,7 +202,7 @@ sub extract } %cache =(); $lasttime = $main::systime; - $hits = $matchtotal = 0; + $hits = $misses = $matchtotal = 0; } LM: foreach $call (split /,/, $calls) {