X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=dfb571b280c3333d91cc8502090a0659040fab4a;hb=125670de1ca386c044416d59935cfad9e1759c06;hp=01adbc7d5174850c7120eca7a45888e147a4a47f;hpb=d2e14e92b056ee6d648d3ad16f3f3b32293cc629;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 01adbc7d..dfb571b2 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -913,10 +913,13 @@ sub normal $user->put; my $ref = Route::get($call); $self->route_pc41($ref, $call, $field[2], $field[3], $field[4]) if $ref && !eph_dup($line); + return; } + if ($pcno == 43) { last SWITCH; } + if ($pcno == 37 || $pcno == 44 || $pcno == 45 || $pcno == 46 || $pcno == 47 || $pcno == 48) { DXDb::process($self, $line); return;