X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fconfiguration.pl;h=9b6e4d2d6a3fc38506a55c977d41e0759e84383d;hb=de7634cfdcc23dfc6fd9457d27245f27ddf2e252;hp=51c39dd07a8fa22733a429c69355cc26e498c561;hpb=f651e64ef06bd79eb2342e85d5dd7c86fee407d1;p=spider.git diff --git a/cmd/show/configuration.pl b/cmd/show/configuration.pl index 51c39dd0..9b6e4d2d 100644 --- a/cmd/show/configuration.pl +++ b/cmd/show/configuration.pl @@ -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;