fix it so that the node'c country is used as default for things like sh/c
[spider.git] / cmd / show / configuration.pl
index 51c39dd07a8fa22733a429c69355cc26e498c561..9b6e4d2d6a3fc38506a55c977d41e0759e84383d 100644 (file)
@@ -55,7 +55,7 @@ if ($list[0] && $list[0] =~ /^NOD/) {
                        if (@list) {
                                next unless grep $node->call =~ /^$_/, @list;
                        } else {
-                               next unless $node->dxcc == $self->dxcc;
+                               next unless grep $node->dxcc == $_, @main::my_cc;
                        }
                }
                my $call = $node->call;