master/pdo_mapping.c
changeset 826 70aeae0de217
parent 814 a51f857b1b2d
child 838 3cb5769059f4
--- a/master/pdo_mapping.c	Fri Feb 22 18:25:44 2008 +0000
+++ b/master/pdo_mapping.c	Fri Feb 22 18:40:41 2008 +0000
@@ -303,7 +303,7 @@
 
         if ((l1 == h1) ^ (l2 == h2)) // unequal lengths
             return 0;
-        if (l1 == h1 && l2 == h2) // both finished
+        if (l1 == h1) // both finished
             break;
 
         p1 = list_entry(l1, ec_pdo_t, list);