zte: 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 8d92f0394f
commit a3fc044be4
1 changed files with 2 additions and 1 deletions

View File

@ -218,7 +218,8 @@ static void cfun_enable(gboolean ok, GAtResult *result, gpointer user_data)
}
data->sim_state_query = at_util_sim_state_query_new(data->aux,
2, 20, sim_state_cb, modem);
2, 20, sim_state_cb, modem,
NULL);
}
static int zte_enable(struct ofono_modem *modem)