From 96f91d83613b6351322d818f349137e457cb0168 Mon Sep 17 00:00:00 2001 From: minima Date: Tue, 16 Apr 2002 19:55:02 +0000 Subject: [PATCH] fix PC19 problem from SM3OSM --- Changes | 3 +++ perl/DXProt.pm | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index bfddedad..62d891a9 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +16Apr02======================================================================= +1. allow the rest of PC19 to continue if it contains a reference to a locally +connected node. Thank you Tommy SM3OSM. 19Mar02======================================================================= 1. fix problems with ephemeral dup checking on PC16,17,19,21 2. perturb the problem with national character sets. diff --git a/perl/DXProt.pm b/perl/DXProt.pm index e07e3ba0..cab45621 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -756,7 +756,7 @@ sub normal my $dxchan = DXChannel->get($call); if ($dxchan && $dxchan != $self) { dbg("PCPROT: PC19 from $self->{call} trying to alter wrong locally connected $call, ignored!") if isdbg('chanerr'); - return; + next; } # update it if required -- 2.34.1