summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/sim.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sim.c b/src/sim.c
index 68d17b14..2d3097f7 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();