allow store nodes that have a dxchannel
[spider.git] / cmd / show / configuration.pl
index 416e1a0e8fb6d97a5e0e82b45b99f5aa1d344799..3101c5352f0466d95e615ee5d98bea914c928036 100644 (file)
@@ -21,7 +21,7 @@ if ($list[0] && $list[0] =~ /^NOD/) {
        
        foreach my $n (@nodes) {
                $dxchan = $n->dxchan;
-               push @{$ch{$dxchan->call}}, $n;
+               push @{$ch{$dxchan->call}}, $n if $dxchan;
        }
 
        foreach my $call (sort keys %ch) {