From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- android/hidhost.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/hidhost.c b/android/hidhost.c index ff3eae0..3c1f074 100644 --- a/android/hidhost.c +++ b/android/hidhost.c @@ -1128,12 +1128,12 @@ static void connect_cb(GIOChannel *chan, GError *err, gpointer user_data) return; } - bt_io_get(chan, &err, + bt_io_get(chan, &gerr, BT_IO_OPT_SOURCE_BDADDR, &src, BT_IO_OPT_DEST_BDADDR, &dst, BT_IO_OPT_PSM, &psm, BT_IO_OPT_INVALID); - if (err) { + if (gerr) { error("%s", gerr->message); g_io_channel_shutdown(chan, TRUE, NULL); g_error_free(gerr); -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html