X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdbshow.pl;h=6290dd3a5abc3c1d52aa2447eedff3edcef66171;hb=refs%2Fheads%2Fnewpc92timings;hp=309ce8a51d61cb16d3edcee339097dacc30ffcc1;hpb=5a06cd7853e8bff86a0f17854c0791bb3f85c395;p=spider.git diff --git a/cmd/dbshow.pl b/cmd/dbshow.pl index 309ce8a5..6290dd3a 100644 --- a/cmd/dbshow.pl +++ b/cmd/dbshow.pl @@ -24,7 +24,7 @@ foreach $n (@db) { if ($db->remote) { # remote databases - unless (Route::Node::get($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; }