Diff between b95ea6f347ca5a8fdca639a5c9760b7d866bbceb and 74ebcc4ebc2f2fe54da869fe0c45904f0388ae84
Changed Files
| File | Additions | Deletions | Status |
| src/device.c | +0 | -1 | modified |
Full Patch
diff --git a/src/device.c b/src/device.c
index 1c65b68..0d25631 100644
--- a/src/device.c
+++ b/src/device.c
@@ -2549,7 +2549,6 @@ DBusMessage *device_create_bonding(struct btd_device *device,
if (device_is_bonded(device))
return btd_error_already_exists(msg);
- adapter_get_address(adapter),
bonding = bonding_request_new(msg, device, agent_path,
capability);