fix PC19 problem from SM3OSM
authorminima <minima>
Tue, 16 Apr 2002 19:55:02 +0000 (19:55 +0000)
committerminima <minima>
Tue, 16 Apr 2002 19:55:02 +0000 (19:55 +0000)
Changes
perl/DXProt.pm

diff --git a/Changes b/Changes
index bfddedad794688397206728bd43e838ed251c672..62d891a985bd5cfd8e59212f3a2c723f599e5b61 100644 (file)
--- 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.
index e07e3ba04f179a13e7431ceb799cc5a4a556de4c..cab45621fdb22d4f76511040475cbf00c3ba3ccb 100644 (file)
@@ -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