diff -r 4c16fe64b403 -r 2be8918682fa master/pdo.c --- a/master/pdo.c Tue Jun 24 10:55:40 2008 +0000 +++ b/master/pdo.c Thu Jun 26 13:16:15 2008 +0000 @@ -61,7 +61,6 @@ */ int ec_pdo_init_copy(ec_pdo_t *pdo, const ec_pdo_t *other_pdo) { - pdo->dir = other_pdo->dir; pdo->index = other_pdo->index; pdo->sync_index = other_pdo->sync_index; pdo->name = NULL;