mbm: Update to new sim_state_query API

This commit is contained in:
Guillaume Zajac 2012-04-18 14:16:09 +02:00 committed by Denis Kenzior
parent 1666a5d2f2
commit fd5e7ed37e
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ done:
data->sim_state_query = at_util_sim_state_query_new(data->modem_port,
1, 5,
sim_state_cb,
modem);
modem, NULL);
}
static void cfun_enable(gboolean ok, GAtResult *result, gpointer user_data)