From: minima Date: Tue, 16 Apr 2002 19:55:02 +0000 (+0000) Subject: fix PC19 problem from SM3OSM X-Git-Tag: R_1_50~57 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=commitdiff_plain;h=96f91d83613b6351322d818f349137e457cb0168 fix PC19 problem from SM3OSM --- 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