From 285712e5d475523a389098d6f563806bad1e92b1 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Fri, 10 Jul 2009 18:29:11 -0500 Subject: [PATCH] Add TODO comment --- src/sim.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/sim.c b/src/sim.c index 68d17b1..2d3097f 100644 --- a/src/sim.c +++ b/src/sim.c @@ -936,6 +936,10 @@ int ofono_sim_read(struct ofono_modem *modem, int id, if (!sim->ops->read_file_info) return -1; + /* TODO: We must first check the EFust table to see whether + * this file can be read at all + */ + if (!sim->simop_q) sim->simop_q = g_queue_new(); -- 2.7.4