From 510a9f0644b3a0e02f5951702ada39616bfcfc2f Mon Sep 17 00:00:00 2001 From: minima Date: Mon, 22 Jan 2007 21:04:40 +0000 Subject: [PATCH] do the correct call for a pc93 in handle_10 --- perl/DXProtHandle.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1