1. make spot dups look back 5 mins.
[spider.git] / perl / Route / User.pm
index bc28dbef511053f809ce75171775d88a8e20feb9..e510a165e2736e1d78cac926f419a0678716e192 100644 (file)
@@ -39,6 +39,7 @@ sub count
 
 sub max
 {
+       count();
        return $max;
 }
 
@@ -62,9 +63,7 @@ sub del
 {
        my $self = shift;
        my $pref = shift;
-       my $ref = $self->delparent($pref->{call});
-       return () if @$ref;
-       my @out = delete $list{$self->{call}};
+       my @out = $self->delparent($pref);
        return @out;
 }