X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fdbshow.pl;fp=cmd%2Fdbshow.pl;h=446531522f4172d17f9eca40b477dc496fd062f8;hb=8578afaa167e05742f883c961e7dd1c49dffc438;hp=f48def42d40e7c757f64f92ac0fa1670be2f80f2;hpb=1fcf24aae37e929a6b9c2dab9ca5afff00d8db57;p=spider.git diff --git a/cmd/dbshow.pl b/cmd/dbshow.pl index f48def42..44653152 100644 --- a/cmd/dbshow.pl +++ b/cmd/dbshow.pl @@ -13,6 +13,7 @@ my $db = DXDb::getdesc($name); return (1, $self->msg('db3', $name)) unless $db; if ($db->remote) { + push @out, $self->msg('db11', $db->remote); 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));