X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fstation.pl;fp=cmd%2Fshow%2Fstation.pl;h=b5b0f6c5a77986897fceea50a997c10dcab9483b;hb=a8f8fe60a63b000f22897696fb127fc856c41cb7;hp=4aadd22292e7c1f2536001108263d9bf390f07b2;hpb=cc24321cfb0cd5bcb0516ba5587dcf84fed2725e;p=spider.git diff --git a/cmd/show/station.pl b/cmd/show/station.pl index 4aadd222..b5b0f6c5 100644 --- a/cmd/show/station.pl +++ b/cmd/show/station.pl @@ -59,9 +59,8 @@ if (@f == 0) { $miles = $dx * 0.62133785; } - my $cref = DXCluster->get_exact($call); - $cref = DXCluster->get($call) unless $cref; - my $seek = $cref->mynode->call if $cref; + my $cref = Route::get($call); + my $seek = join(',', $cref->parents) if $cref; if ($seek) { push @out, "User : $call (at $seek)";