X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdbshow.pl;h=8d393b98985f2e783245816fa61b88371bf937da;hb=3ce9a942c76920cb3cf556b2c8a556ef0cc448c7;hp=1835ed396afe3469306b209c387acc376645483c;hpb=e39c09e699ff7ae8b54702299dfffce16755dbdb;p=spider.git diff --git a/cmd/dbshow.pl b/cmd/dbshow.pl index 1835ed39..8d393b98 100644 --- a/cmd/dbshow.pl +++ b/cmd/dbshow.pl @@ -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; } } }