X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FRoute.pm;h=3f940426f4068ffb1e7242de41765eff645b5125;hb=b7a0598517688e82d2996a22a09aac67a911ba8f;hp=f406a98a619bf2460abb532a97d088b8320b1d0d;hpb=febdc9bd8f6cd065d217ba089fab4361e9980f35;p=spider.git diff --git a/perl/Route.pm b/perl/Route.pm index f406a98a..3f940426 100644 --- a/perl/Route.pm +++ b/perl/Route.pm @@ -243,7 +243,7 @@ sub alldxchan my @dxchan = @_; foreach my $p (@{$self->{parent}}) { my $ref = $self->get($p); - push @dxchan, $ref->alldxchan(@dxchan); + push @dxchan, $ref->alldxchan(@dxchan) if $ref; } return @dxchan; }