summaryrefslogtreecommitdiffstats
path: root/plugins/ifx.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-10-01 12:31:19 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-10-01 12:31:19 +0200
commit31d31422566dd6701597e649be837eb696f9a238 (patch)
tree3e549fb58127ed1b8fa58cfe7d43d1460a4381f3 /plugins/ifx.c
parent147a3f5e9a2b121997ef99e46f88ed5d9bcce31f (diff)
downloadofono-31d31422566dd6701597e649be837eb696f9a238.tar.bz2
ifx: Fix crash with XGENDATA result callback
Diffstat (limited to 'plugins/ifx.c')
-rw-r--r--plugins/ifx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ifx.c b/plugins/ifx.c
index 58e6db1f..0c4117ac 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)