X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXProtHandle.pm;h=0010ab4504ce171983d2d7cf40311d85044608af;hb=b1a1e93daee349cc9a1efdc73dd2e3147a7ca767;hp=b5d7568a2bcce44a92a42dd9b0e745597c69fd35;hpb=8da884d53c22105c725623b2296cec38b2fcd0fb;p=spider.git diff --git a/perl/DXProtHandle.pm b/perl/DXProtHandle.pm index b5d7568a..0010ab45 100644 --- a/perl/DXProtHandle.pm +++ b/perl/DXProtHandle.pm @@ -1467,7 +1467,7 @@ sub check_pc9x_t return; } } - if ($lastid == $t) { + if ($lastid >= $t) { dbg("PCPROT: dup id on $call = $lastid, ignored") if isdbg('chanerr'); return; }