samsung: 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 fd5e7ed37e
commit 1d2432ac85
1 changed files with 2 additions and 1 deletions

View File

@ -142,7 +142,8 @@ static void cfun_enable(gboolean ok, GAtResult *result, gpointer user_data)
}
data->sim_state_query = at_util_sim_state_query_new(data->chat,
1, 5, sim_state_cb, modem);
1, 5, sim_state_cb, modem,
NULL);
}
static int samsung_enable(struct ofono_modem *modem)