Add TODO comment

This commit is contained in:
Denis Kenzior 2009-07-10 18:29:11 -05:00
parent 097aeccc9a
commit 285712e5d4
1 changed files with 4 additions and 0 deletions

View File

@ -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();