Diff between 07b33109c0a39ff11c1facd030d43c6686fd7dc2 and b8a6a0e8f7386fb26049f6778f2ec77c4d209d71
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 ad7c7a8..fc7d004 100644
--- a/android/gatt.c
+++ b/android/gatt.c
@@ -1423,7 +1423,7 @@ static struct app_connection *find_conn_without_app(struct gatt_device *dev)
static struct app_connection *find_conn(const bdaddr_t *addr, int32_t app_id)
{
struct app_connection conn_match;
- struct gatt_device *dev = NULL;
+ struct gatt_device *dev;
struct gatt_app *app;
/* Check if app is registered */