X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=d9e59c4937bc9211cc8425a804760879dfba6aa6;hb=84e68f5fca6f33df5e2c7c801038043d339aaac2;hp=d9abfad6f3a4d6f17c1ae236a61ed9557aa2687b;hpb=97315924f561c56cef3b581691409d4217f5c1b5;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index d9abfad6..d9e59c49 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -389,7 +389,7 @@ sub normal # now check the call over my $node = DXCluster->get_exact($call); if ($node) { - my $dxchan; + my $dxchan; if (($dxchan = DXChannel->get($call)) && $dxchan != $self) { dbg('chan', "LOOP: $call connected locally"); }