From ad717a0f40da6631b2318fb4ddaa272dff7de96f Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 7 Apr 2011 17:57:09 -0500 Subject: voicecall: Don't reverse sim_en_list The order of the ECCs is not important as they're all unique. --- src/voicecall.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') diff --git a/src/voicecall.c b/src/voicecall.c index 22607555..63efa682 100644 --- a/src/voicecall.c +++ b/src/voicecall.c @@ -2137,7 +2137,6 @@ static void ecc_g2_read_cb(int ok, int total_length, int record, g_strdup(en)); } - vc->sim_en_list = g_slist_reverse(vc->sim_en_list); vc->sim_en_list_ready = TRUE; set_new_ecc(vc); } @@ -2174,7 +2173,6 @@ check: if (!ok && vc->sim_en_list == NULL) return; - vc->sim_en_list = g_slist_reverse(vc->sim_en_list); vc->sim_en_list_ready = TRUE; set_new_ecc(vc); } -- cgit v1.2.3