X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=a6abadc83ab1384936093c0954f11fce13a19f9d;hb=4fe4a738fd4f10f57951d1ce9915389174c0921f;hp=7a9e4ca15f108f0374fdcee54eb91d856082584b;hpb=43a8ee12581aa51eb93cd8958b429077f22df76d;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 7a9e4ca1..a6abadc8 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -357,7 +357,7 @@ sub normal # process PC frames, this will fail unless the frame starts PCnn my ($pcno) = $field[0] =~ /^PC(\d\d)/; # just get the number - unless (defined $pcno && $pcno >= 10 && $pcno <= 99) { + unless (defined $pcno && $pcno >= 10 && $pcno <= 89) { # reject PC9x messages dbg("PCPROT: unknown protocol") if isdbg('chanerr'); return; }