X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProtHandle.pm;h=2dd97bc051690c793deddf57bcc22355ef662431;hb=510a9f0644b3a0e02f5951702ada39616bfcfc2f;hp=ef6101cea44cb1c713d62cfc3ed30c1129d16ac1;hpb=57c9c65161ea49fee9d6f22be329f2faa490a46f;p=spider.git diff --git a/perl/DXProtHandle.pm b/perl/DXProtHandle.pm index ef6101ce..2dd97bc0 100644 --- a/perl/DXProtHandle.pm +++ b/perl/DXProtHandle.pm @@ -106,7 +106,7 @@ sub handle_10 # RouteDB::update($to, $_[6]); # convert this to a PC93 and process it as such - $self->process(pc93($to, $from, $via, $_[3], $_[6])); + $self->normal(pc93($to, $from, $via, $_[3], $_[6])); return; # this is all redundant but kept for now for reference