From 4f2384c7d1e6ea06fc2d258a02b54409bf324f12 Mon Sep 17 00:00:00 2001 From: djk Date: Wed, 3 Nov 1999 21:44:18 +0000 Subject: [PATCH] issue dummy PC19 for locally connected ndoe that haven't given me a PC19 but are giving PC16s --- perl/DXProt.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 32d5e3b3..25d862cf 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -318,6 +318,8 @@ sub normal # add it to the node table if it isn't present and it's # connected locally $node = DXNode->new($dxchan, $field[1], 0, 1, 5400); + broadcast_ak1a(pc19($dxchan, $node), $dxchan, $self) unless $dxchan->{isolate}; + } return unless $node; # ignore if havn't seen a PC19 for this one yet return unless $node->isa('DXNode'); -- 2.34.1