X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdbshow.pl;h=1835ed396afe3469306b209c387acc376645483c;hb=8226f808e4c1ac2cbc6b005a59ee9958badce839;hp=503eafd1e1cefd572a757ea76ea7ef95c255a4b2;hpb=1e3ecabd8e006143df95e29f454ddd891933539d;p=spider.git diff --git a/cmd/dbshow.pl b/cmd/dbshow.pl index 503eafd1..1835ed39 100644 --- a/cmd/dbshow.pl +++ b/cmd/dbshow.pl @@ -24,7 +24,7 @@ foreach $n (@db) { if ($db->remote) { # remote databases - unless (DXCluster->get_exact($db->remote) || DXChannel->get($db->remote)) { + unless (Route::Node::get($db->remote) || DXChannel->get($db->remote)) { push @out, $self->msg('db4', uc $name, $db->remote); last; }