Diff between 2da233c69d7e4f823d8adeef91da68f5b4b8ee69 and 86267e88a582c3266ffd802b17652370dc06c264
Changed Files
| File | Additions | Deletions | Status |
| android/main.c | +1 | -1 | modified |
Full Patch
diff --git a/android/main.c b/android/main.c
index 8d93644..57d5a84 100644
--- a/android/main.c
+++ b/android/main.c
@@ -539,7 +539,7 @@ static void read_version_complete(uint8_t status, uint16_t length,
if (mgmt_version < 1) {
error("Version 1.0 or later of management interface required");
- abort();
+ return;
}
mgmt_send(mgmt_if, MGMT_OP_READ_COMMANDS, MGMT_INDEX_NONE, 0, NULL,