From: djk Date: Mon, 8 Nov 1999 22:01:46 +0000 (+0000) Subject: send a space to remote DB if no key on dbshow X-Git-Tag: R_1_34~2 X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=3611f1e4139c5a70cfbd3f06b20dc3d192e7469d;p=spider.git send a space to remote DB if no key on dbshow --- 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));