sort out the cluster table further
authorminima <minima>
Tue, 13 Mar 2001 23:57:16 +0000 (23:57 +0000)
committerminima <minima>
Tue, 13 Mar 2001 23:57:16 +0000 (23:57 +0000)
perl/DXProt.pm

index 060fb48a860f63de95d0430f0788ed4b498ab3e5..b85f2391d90f0f084d45af53853e02616cd93d58 100644 (file)
@@ -1158,8 +1158,9 @@ sub finish
        my @gonenodes = grep { $_->dxchan != $self && $_->dxchan != $me } DXNode::get_all();
        my $node;
        
-       foreach $node (@gonenodes) {
+       foreach $node (DXNode::get_all) {
                next if $node->call eq $call;
+               next if $node->call eq $main::mycall;
                broadcast_ak1a(pc21($node->call, 'Gone') , $self) unless $self->{isolate}; 
                $node->del();
        }