ifx: Fix crash with XGENDATA result callback

This commit is contained in:
Marcel Holtmann 2010-10-01 12:31:19 +02:00
parent 147a3f5e9a
commit 31d3142256
1 changed files with 1 additions and 1 deletions

View File

@ -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)