From: minima <minima>
Date: Sat, 12 Mar 2005 11:57:51 +0000 (+0000)
Subject: fix pc16
X-Git-Tag: R_1_52~86
X-Git-Url: http://dxspider.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2e1eeae505c7b396781aa423ebdc25bcd19775f8;p=spider.git

fix pc16
---

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');