Diff between ebf5439c301c240921780e9bd98cab30db5b6b9b and 2520ba858782bf7815600079c68a6e3174b6efd2

Changed Files

File Additions Deletions Status
android/gatt.c +1 -1 modified

Full Patch

diff --git a/android/gatt.c b/android/gatt.c
index d09e72f..3297c85 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -2163,7 +2163,7 @@ static void get_included_cb(uint8_t status, GSList *included, void *user_data)
 
 	if (status) {
 		error("gatt: no included services found");
-		return;
+		goto failed;
 	}
 
 	/* Remember that we already search included services.*/