diff -r 3771f5a0ed90 -r 70aeae0de217 master/pdo_mapping.c --- 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);