From b7cacf8c291739ffb8630c4d2a275cb9c9074e45 Mon Sep 17 00:00:00 2001 From: minima Date: Mon, 8 Jan 2007 21:22:15 +0000 Subject: [PATCH] allow local PC19 to generate pc92 A again. --- perl/DXProtHandle.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/DXProtHandle.pm b/perl/DXProtHandle.pm index 7850db8b..add5c521 100644 --- a/perl/DXProtHandle.pm +++ b/perl/DXProtHandle.pm @@ -768,7 +768,7 @@ sub handle_19 $self->route_pc19($self->{call}, $line, @rout); } if (@pc92out) { -# $self->route_pc92a($main::mycall, $line, $main::routeroot, @pc92out) if $self->{state} eq 'normal'; + $self->route_pc92a($main::mycall, $line, $main::routeroot, @pc92out) if $self->{state} eq 'normal'; } } -- 2.34.1