From: minima Date: Mon, 22 Jan 2007 21:04:40 +0000 (+0000) Subject: do the correct call for a pc93 in handle_10 X-Git-Tag: 1.54~19 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=510a9f0644b3a0e02f5951702ada39616bfcfc2f do the correct call for a pc93 in handle_10 --- 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