"status" is always zero, so this code will never be reached. --- profiles/input/device.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/profiles/input/device.c b/profiles/input/device.c index 9cea028..7655534 100644 --- a/profiles/input/device.c +++ b/profiles/input/device.c @@ -276,18 +276,11 @@ static void encrypt_completed(uint8_t status, gpointer user_data) struct hidp_connadd_req *req = user_data; int err; - if (status) { - error("Encryption failed: %s(0x%x)", - strerror(bt_error(status)), status); - goto failed; - } - err = ioctl_connadd(req); if (err == 0) goto cleanup; error("ioctl_connadd(): %s(%d)", strerror(-err), -err); -failed: close(req->intr_sock); close(req->ctrl_sock); -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html