From: Dirk Koopman Date: Fri, 14 Aug 2020 14:01:07 +0000 (+0100) Subject: fix last fix! X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=6ad88bbfb0403ca727ee7ec63eb21c1b153455cc fix last fix! --- diff --git a/perl/RBN.pm b/perl/RBN.pm index 2e35956a..c968d4c8 100644 --- a/perl/RBN.pm +++ b/perl/RBN.pm @@ -541,7 +541,7 @@ sub process # At this point we run the queue to see if anything can be sent onwards to the punter my $now = $main::systime; my $ta = [gettimeofday]; - my $items 0; + my $items = 0; # now run the waiting queue which just contains KEYS ($call|$qrg) foreach my $sp (keys %{$dxchan->{queue}}) {