X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Froute.pl;h=6d1c194c2f65b27dfe0aa3ff558303f571b53992;hb=916f0deef0e085647471d5959a55c2ddb815a044;hp=d4120e0c484a5244774388a81ca3aba357e68c4f;hpb=1cbb4d2083af4212ff4ed84dc79b9e5a22387ab2;p=spider.git diff --git a/cmd/show/route.pl b/cmd/show/route.pl index d4120e0c..6d1c194c 100644 --- a/cmd/show/route.pl +++ b/cmd/show/route.pl @@ -19,7 +19,7 @@ foreach $l (@list) { my $ref = Route::get($l); if ($ref) { my $parents = $ref->isa('Route::Node') ? $l : join(',', $ref->parents); - push @out, $self->msg('route', $l, $parents, join(',', map {$_->call} $ref->alldxchan)); + push @out, $self->msg('route', $l, $parents, join(',', map {$_->call} Route::findroutes($l))); } else { push @out, $self->msg('e7', $l); }