X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=f72fe8903a37bbe5c1c17a201b99eb936e69b49c;hb=9685d27bb27511ec2409f323096c68a3b25156fd;hp=e184685bd7341e2c0bf55c517073fd8e34c42f1a;hpb=0ffe71875718dc280a5848660f158d0984a5fb46;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index e184685b..f72fe890 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -1488,7 +1488,7 @@ sub route # always send it down the local interface if available my $dxchan = DXChannel->get($call); unless ($dxchan) { - my $cl = Route::Node::get($call); + my $cl = Route::get($call); $dxchan = $cl->dxchan if $cl; if (ref $dxchan) { if (ref $self && $dxchan eq $self) {