From 47c1e91e4d503904e0b35e49952f75866d96fe1d Mon Sep 17 00:00:00 2001 From: djk Date: Wed, 20 Oct 1999 10:21:17 +0000 Subject: [PATCH] removed extranous , in qw --- perl/DXProt.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 11d37f25..caa01789 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -31,7 +31,7 @@ use strict; use vars qw($me $pc11_max_age $pc23_max_age $pc11_dup_age $pc23_dup_age %spotdup %wwvdup $last_hour %pings %rcmds %nodehops @baddx $baddxfn $pc12_dup_age - %anndup $allowzero, $pc12_dup_lth); + %anndup $allowzero $pc12_dup_lth); $me = undef; # the channel id for this cluster $pc11_max_age = 1*3600; # the maximum age for an incoming 'real-time' pc11 -- 2.34.1