From 8bca00dadf7e50b9723debd322169304573f6a79 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sun, 22 Feb 2009 16:50:59 +0200 Subject: Fix bt_io_get parameter passing --- serial/proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'serial') diff --git a/serial/proxy.c b/serial/proxy.c index 3d21cc3b..d27a7227 100644 --- a/serial/proxy.c +++ b/serial/proxy.c @@ -397,7 +397,7 @@ static void connect_event_cb(GIOChannel *chan, GError *conn_err, gpointer data) bt_io_get(chan, BT_IO_RFCOMM, &err, BT_IO_OPT_DEST_BDADDR, &prx->dst, - NULL); + BT_IO_OPT_INVALID); if (err) { error("%s", err->message); g_error_free(err); -- cgit