Add TODO comment
authorDenis Kenzior <denkenz@gmail.com>
Fri, 10 Jul 2009 23:29:11 +0000 (18:29 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Tue, 14 Jul 2009 20:45:04 +0000 (15:45 -0500)
src/sim.c

index 68d17b1..2d3097f 100644 (file)
--- 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();