[PATCH 01/13] Fix the logic when parsing c-apdu objects
Yang Gu
yang.gu at intel.com
Tue Apr 6 03:06:35 PDT 2010
---
src/stkutil.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/src/stkutil.c b/src/stkutil.c
index 13c2978..3fac701 100644
--- a/src/stkutil.c
+++ b/src/stkutil.c
@@ -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;
}
--
1.6.3.3
More information about the ofono
mailing list