X-Git-Url: http://scm.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdbshow.pl;fp=cmd%2Fdbshow.pl;h=10cce96071a593369f30f8da4715551ee671172d;hb=3611f1e4139c5a70cfbd3f06b20dc3d192e7469d;hp=1c3b0139e2529017bc4909b104633914e4aebbdb;hpb=88c2b296ba903fdd356e351b83fcb844e2d6eacd;p=spider.git diff --git a/cmd/dbshow.pl b/cmd/dbshow.pl index 1c3b0139..10cce960 100644 --- a/cmd/dbshow.pl +++ b/cmd/dbshow.pl @@ -30,6 +30,7 @@ foreach $n (@db) { } push @out, $self->msg('db11', $db->remote); + push @f, " " unless @f; for (@f) { my $n = DXDb::newstream($self->call); DXProt::route(undef, $db->remote, DXProt::pc44($main::mycall, $db->remote, $n, uc $db->name,uc $_, $self->call));