summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/bluetooth.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/bluetooth.c b/client/bluetooth.c
index a22d717..ad263e0 100644
--- a/client/bluetooth.c
+++ b/client/bluetooth.c
@@ -581,6 +581,7 @@ static guint bluetooth_connect(const char *source, const char *destination,
session->id = ++id;
session->func = func;
+ session->port = port;
session->user_data = user_data;
session->conn = g_dbus_setup_bus(DBUS_BUS_SYSTEM, NULL, NULL);