From 3611f1e4139c5a70cfbd3f06b20dc3d192e7469d Mon Sep 17 00:00:00 2001 From: djk Date: Mon, 8 Nov 1999 22:01:46 +0000 Subject: [PATCH] send a space to remote DB if no key on dbshow --- cmd/dbshow.pl | 1 + 1 file changed, 1 insertion(+) 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)); -- 2.34.1