From 6a13b9579ce372473e3c7f6347413a4eb1780248 Mon Sep 17 00:00:00 2001 From: minima Date: Sun, 19 Jan 2003 03:34:02 +0000 Subject: [PATCH] make sure that locally connected things get a route pc19 --- perl/DXProt.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 5f910bbb..efa5ff9b 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -911,6 +911,7 @@ sub normal my $new = Route->new($call); # throw away if ($self->in_filter_route($new)) { my $ar = $parent->add($call, $ver, $flags); + $user->wantroutepc19(1) unless defined $user->wantroutepc19; push @rout, $ar if $ar; } else { next; -- 2.34.1