fix pc16
authorminima <minima>
Sat, 12 Mar 2005 11:57:51 +0000 (11:57 +0000)
committerminima <minima>
Sat, 12 Mar 2005 11:57:51 +0000 (11:57 +0000)
perl/DXProt.pm

index 6520d1e4384801f06b55a64676b2409edc70f3c4..d0985052685fd21ab94a43699326454d0e58c24e 100644 (file)
@@ -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');