X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdbshow.pl;h=8d393b98985f2e783245816fa61b88371bf937da;hb=b91c26500777507359a3dd77309a9943226aad0b;hp=1835ed396afe3469306b209c387acc376645483c;hpb=6624dcdf07d628e8d6a16fc6549edf40be25b7b2;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; } } }