From 6ad88bbfb0403ca727ee7ec63eb21c1b153455cc Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Fri, 14 Aug 2020 15:01:07 +0100 Subject: [PATCH] fix last fix! --- perl/RBN.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}) { -- 2.34.1