X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=cmd%2Fdbshow.pl;fp=cmd%2Fdbshow.pl;h=36879ff551cd54409278622f4aea90eb83d76c1e;hb=942cdc8c6434db4e2cf77b43ec26c0059768f853;hp=1835ed396afe3469306b209c387acc376645483c;hpb=a98580704baeea87e9fcfe84838bd9bc2a28e57d;p=spider.git diff --git a/cmd/dbshow.pl b/cmd/dbshow.pl index 1835ed39..36879ff5 100644 --- a/cmd/dbshow.pl +++ b/cmd/dbshow.pl @@ -33,7 +33,7 @@ foreach $n (@db) { 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)); + DXChannel::route(undef, $db->remote, DXProt::pc44($main::mycall, $db->remote, $n, uc $db->name,uc $_, $self->call)); } last; } else {