*** empty log message ***
[spider.git] / cmd / dbshow.pl
index 1835ed396afe3469306b209c387acc376645483c..8d393b98985f2e783245816fa61b88371bf937da 100644 (file)
@@ -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;
                }
        }
 }