summaryrefslogtreecommitdiffstats
path: root/src/sim.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-07-10 18:29:11 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-07-14 15:45:04 -0500
commit285712e5d475523a389098d6f563806bad1e92b1 (patch)
treef60d5db11aea5cd6688b1127d835bcb1e0917a5c /src/sim.c
parent097aeccc9ae6ea1cc95f4f670ac2bd9807dab9d6 (diff)
downloadofono-285712e5d475523a389098d6f563806bad1e92b1.tar.bz2
Add TODO comment
Diffstat (limited to 'src/sim.c')
-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();