From: minima Date: Sun, 19 Jan 2003 03:34:02 +0000 (+0000) Subject: make sure that locally connected things get a route pc19 X-Git-Tag: PRE-1-52~82 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=6a13b9579ce372473e3c7f6347413a4eb1780248 make sure that locally connected things get a route pc19 --- 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;