X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=d0985052685fd21ab94a43699326454d0e58c24e;hb=2e1eeae505c7b396781aa423ebdc25bcd19775f8;hp=6520d1e4384801f06b55a64676b2409edc70f3c4;hpb=decf4e82a66a51f03216dd7531422868cd03611b;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 6520d1e4..d0985052 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -718,7 +718,7 @@ sub handle_16 # if there is a parent, proceed, otherwise if there is a latent PC19 in the PC19list, # fix it up in the routing tables and issue it forth before the PC16 - unless ($parent) { + if ($parent) { $dxchan = $parent->dxchan; if ($dxchan && $dxchan ne $self) { dbg("PCPROT: PC16 from $self->{call} trying to alter locally connected $ncall, ignored!") if isdbg('chanerr');