X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdbshow.pl;h=8d393b98985f2e783245816fa61b88371bf937da;hb=3915e73f468fbcce9b7ee8a18e5bea6f605e216e;hp=503eafd1e1cefd572a757ea76ea7ef95c255a4b2;hpb=1e3ecabd8e006143df95e29f454ddd891933539d;p=spider.git diff --git a/cmd/dbshow.pl b/cmd/dbshow.pl index 503eafd1..8d393b98 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; } @@ -35,7 +35,7 @@ foreach $n (@db) { my $n = DXDb::newstream($self->call); DXProt::route(undef, $db->remote, DXProt::pc44($main::mycall, $db->remote, $n, uc $db->name,uc $_, $self->call)); } - last; +# last; } else { # local databases can chain to remote ones @@ -55,7 +55,7 @@ foreach $n (@db) { } if ($count) { push @out, $db->print('post'); - last; +# last; } } }