From 1666a5d2f25e606718e98d0fbc4f42fc10d36199 Mon Sep 17 00:00:00 2001 From: Guillaume Zajac Date: Wed, 18 Apr 2012 14:16:09 +0200 Subject: [PATCH] alcatel: Update to new sim_state_query API --- plugins/alcatel.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/alcatel.c b/plugins/alcatel.c index fd0e4ece..80051701 100644 --- a/plugins/alcatel.c +++ b/plugins/alcatel.c @@ -157,7 +157,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 alcatel_enable(struct ofono_modem *modem)