Diff between e65dadec36909e26b4f44c1a776898e26ef9aec3 and 6e58fd797f6bf46e83b1124169e2f7b8faf5f506
Changed Files
| File | Additions | Deletions | Status |
| src/adapter.c | +1 | -1 | modified |
Full Patch
diff --git a/src/adapter.c b/src/adapter.c
index 4e6315d..f9c58af 100644
--- a/src/adapter.c
+++ b/src/adapter.c
@@ -4984,7 +4984,7 @@ static gboolean process_auth_queue(gpointer user_data)
/* Wait services to be resolved before asking authorization */
if (auth->svc_id > 0)
- return TRUE;
+ return FALSE;
if (device_is_trusted(device) == TRUE) {
auth->cb(NULL, auth->user_data);