X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fstation.pl;h=68a1437593ad0a6e1fca110a2e501c37c09bb89f;hb=9516ccc97c92ca802204b059a9a4baab04ff3b65;hp=d9f2b9d10d631f8feb433b5aec0f67159546b567;hpb=2a041c367bd06ea2b74e7c116f3e1dfbbf6353e0;p=spider.git diff --git a/cmd/show/station.pl b/cmd/show/station.pl index d9f2b9d1..68a14375 100644 --- a/cmd/show/station.pl +++ b/cmd/show/station.pl @@ -70,7 +70,7 @@ if (@f <= 2 && uc $f[0] eq 'ALL') { } my $cref = Route::get($call); - my $seek = join(',', $cref->parents) if $cref; + my $seek = $cref->isa('Route::Node') ? $call : join(',', $ref->parents) if $cref; if ($seek) { push @out, "User : $call (at $seek)";