do the correct call for a pc93 in handle_10
authorminima <minima>
Mon, 22 Jan 2007 21:04:40 +0000 (21:04 +0000)
committerminima <minima>
Mon, 22 Jan 2007 21:04:40 +0000 (21:04 +0000)
perl/DXProtHandle.pm

index ef6101cea44cb1c713d62cfc3ed30c1129d16ac1..2dd97bc051690c793deddf57bcc22355ef662431 100644 (file)
@@ -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