Diff between e6c0fa067b63e7fa530ce86b711ea2b7291bd743 and 10be885113083568bda5a098eef40d08b775bc28
Changed Files
| File | Additions | Deletions | Status |
| android/test-ipc.c | +1 | -1 | modified |
Full Patch
diff --git a/android/test-ipc.c b/android/test-ipc.c
index 3c2b543..851b5fd 100644
--- a/android/test-ipc.c
+++ b/android/test-ipc.c
@@ -527,7 +527,7 @@ static const struct hal_hdr test_cmd_service_offrange_hdr = {
static const struct test_data test_cmd_service_offrange = {
.cmd = &test_cmd_service_offrange_hdr,
.cmd_size = sizeof(struct hal_hdr),
- .service = HAL_SERVICE_ID_MAX + 1,
+ .service = 0,
.handlers = cmd_handlers,
.handlers_size = 1,
.expected_signal = SIGTERM