fix dedupe algorthim
[spider.git] / perl / DXProtHandle.pm
index b5d7568a2bcce44a92a42dd9b0e745597c69fd35..0010ab4504ce171983d2d7cf40311d85044608af 100644 (file)
@@ -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;
                        }