Diff between d77a640090c808d0ea24e0ec48d6cd6d6025f07a and f1e88405c05f12689a1fe19e58fa1ddfc0612d83
Changed Files
| File | Additions | Deletions | Status |
| obexd/client/bluetooth.c | +1 | -0 | modified |
Full Patch
diff --git a/obexd/client/bluetooth.c b/obexd/client/bluetooth.c
index a22d717..ad263e0 100644
--- a/obexd/client/bluetooth.c
+++ b/obexd/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);