Diff between 37632a7f9b67c264f481bb1ce9522e5d8bf7343e and c23c07ca40e2a59e1c6fae3937df41feab41d35f
Changed Files
| File | Additions | Deletions | Status |
| src/adapter.c | +2 | -1 | modified |
Full Patch
diff --git a/src/adapter.c b/src/adapter.c
index 6731444..b1ea3ea 100644
--- a/src/adapter.c
+++ b/src/adapter.c
@@ -3221,7 +3221,8 @@ static int adapter_authorize(struct btd_adapter *adapter, const bdaddr_t *dst,
dev_path = device_get_path(device);
- err = agent_authorize(agent, dev_path, uuid, agent_auth_cb, auth, g_free);
+ err = agent_authorize(agent, dev_path, uuid, agent_auth_cb, auth,
+ g_free);
if (err < 0)
g_free(auth);
else