summaryrefslogtreecommitdiffstats
path: root/serial
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2009-02-22 16:50:59 +0200
committerJohan Hedberg <johan.hedberg@nokia.com>2009-02-22 16:50:59 +0200
commit8bca00dadf7e50b9723debd322169304573f6a79 (patch)
treed044e751bde9cc4e70f44e12b062ab9c57fe146b /serial
parent8fb3fd137f3d108e373df9501915ee9ff6e23f83 (diff)
Fix bt_io_get parameter passing
Diffstat (limited to 'serial')
-rw-r--r--serial/proxy.c2
1 files changed, 1 insertions, 1 deletions
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);