Diff between 71d9bac2111f152cb25b732f10390ab1086ad9e0 and 555ab13309394c084c6242d2f4ae18696ab11efc

Changed Files

File Additions Deletions Status
src/shared/gatt-client.c +1 -1 modified

Full Patch

diff --git a/src/shared/gatt-client.c b/src/shared/gatt-client.c
index 1dd6b22..8fa66ae 100644
--- a/src/shared/gatt-client.c
+++ b/src/shared/gatt-client.c
@@ -1722,7 +1722,7 @@ struct bt_gatt_client *bt_gatt_client_clone(struct bt_gatt_client *client)
 {
 	struct bt_gatt_client *clone;
 
-	if (!client || !client->ready)
+	if (!client)
 		return NULL;
 
 	clone = gatt_client_new(client->db, client->att);