summaryrefslogtreecommitdiffstats
path: root/serial/proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'serial/proxy.c')
-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);