From: minima Date: Sat, 3 Mar 2001 13:55:13 +0000 (+0000) Subject: a bit betterer X-Git-Tag: R_1_47~156 X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=1efae85edb9fd00107a5c3105d7b0d70807de348;p=spider.git a bit betterer --- diff --git a/perl/DXProt.pm b/perl/DXProt.pm index 6f4b089d..08e23640 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -597,7 +597,7 @@ sub normal dbg('chan', "PCPROT: $field[2] came in on wrong channel"); return; } - if (($dxchan = DXChannel->get($field[1])) && $dxchan != $self) { + if ($dxchan = DXChannel->get($field[1])) { dbg('chan', "PCPROT: $field[1] connected locally"); return; }