diff options
Diffstat (limited to 'plugins/huawei')
-rw-r--r-- | plugins/huawei/mm-sim-huawei.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/huawei/mm-sim-huawei.c b/plugins/huawei/mm-sim-huawei.c index 7963180d..7bf4106c 100644 --- a/plugins/huawei/mm-sim-huawei.c +++ b/plugins/huawei/mm-sim-huawei.c @@ -87,8 +87,7 @@ iccid_read_ready (MMBaseModem *modem, if (!p) goto error; - /* Huawei ^ICCID response must be character swapped */ - parsed = mm_3gpp_parse_iccid (p, TRUE, NULL); + parsed = mm_3gpp_parse_iccid (p, NULL); if (parsed) { g_simple_async_result_set_op_res_gpointer (simple, parsed, g_free); g_simple_async_result_complete (simple); |