Fix the logic when parsing c-apdu objects

This commit is contained in:
Yang Gu 2010-04-06 18:06:35 +08:00 committed by Denis Kenzior
parent 15d93ad0b9
commit 7fce623ea9
1 changed files with 0 additions and 1 deletions

View File

@ -852,7 +852,6 @@ static gboolean parse_dataobj_c_apdu(struct comprehension_tlv_iter *iter,
}
if (len - pos > 0) {
ca->lc = 0;
ca->le = data[len - 1];
ca->has_le = TRUE;
}