X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;fp=perl%2FDXProt.pm;h=a6abadc83ab1384936093c0954f11fce13a19f9d;hb=e67e5ba7c746bb03a352d531f8bbc382ce8c960d;hp=7a9e4ca15f108f0374fdcee54eb91d856082584b;hpb=23eb40f3ca578c64cf140589eb08ab5a5b228d8e;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; }