X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fconfiguration.pl;h=09521cb6b7406e3d062994c90158243df744b857;hb=6230850db2f82835e5ef75da4f418615ba4261da;hp=7c3281eadb8f193818ec555ee678d580ff69c163;hpb=23f64142e2cddaff37c14efd3140a6f7f41cb84a;p=spider.git diff --git a/cmd/show/configuration.pl b/cmd/show/configuration.pl index 7c3281ea..09521cb6 100644 --- a/cmd/show/configuration.pl +++ b/cmd/show/configuration.pl @@ -20,7 +20,7 @@ if ($list[0] && $list[0] =~ /^NOD/) { my $dxchan; foreach $dxchan (@ch) { - @val = sort {$a->call cmp $b->call} grep { $_->dxchan == $dxchan } @nodes; + @val = sort {$a->call cmp $b->call} grep { $_->dxchan && $_->dxchan == $dxchan } @nodes; @l = (); my $call = $dxchan->call; $call ||= '???';