X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProt.pm;h=99fc85ce7e3c42723bec9a8c5da038f2d540beb9;hb=bddd471e5687cf66a57823a7ab59345cc6f6e831;hp=f03a610327cdccf0c77e361ce6c77868ff70b99e;hpb=0a92a4608d715cd9cd7eec3c120da651fbb4da5b;p=spider.git diff --git a/perl/DXProt.pm b/perl/DXProt.pm index f03a6103..99fc85ce 100644 --- a/perl/DXProt.pm +++ b/perl/DXProt.pm @@ -336,7 +336,7 @@ sub normal } # if this is a 'bad spotter' user then ignore it - if ($badspotter->in($field[7])) { + if ($badspotter->in($field[6])) { dbg('chan', "PCPROT: Bad Spotter, dropped"); return; }