Diff between 2560fdb7507a30995481096dfa12e917de0584b0 and f243bda1dd0700060ce2d397bed7788951de63e6
Changed Files
| File | Additions | Deletions | Status |
| android/android-tester.c | +1 | -1 | modified |
Full Patch
diff --git a/android/android-tester.c b/android/android-tester.c
index bf39517..ff29675 100644
--- a/android/android-tester.c
+++ b/android/android-tester.c
@@ -1011,7 +1011,7 @@ static void remote_setprop_device_found_cb(int num_properties,
&prop);
check_expected_status(status);
- status = data->if_bluetooth->get_remote_device_property(&remote_addr, prop.type);
+ data->if_bluetooth->get_remote_device_property(&remote_addr, prop.type);
}
static void remote_setprop_fail_device_found_cb(int num_properties,