From 31d31422566dd6701597e649be837eb696f9a238 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Fri, 1 Oct 2010 12:31:19 +0200 Subject: [PATCH] ifx: Fix crash with XGENDATA result callback --- plugins/ifx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ifx.c b/plugins/ifx.c index 58e6db1..0c4117a 100644 --- a/plugins/ifx.c +++ b/plugins/ifx.c @@ -330,7 +330,7 @@ static void cfun_enable(gboolean ok, GAtResult *result, gpointer user_data) } g_at_chat_send(data->dlcs[AUX_DLC], "AT+XGENDATA", NULL, - xgendata_query, NULL, NULL); + xgendata_query, modem, NULL); } static gboolean dlc_ready_check(gpointer user_data) -- 2.7.4