Changeset 177f6ff in mainline
- Timestamp:
- 2025-06-09T22:41:33Z (4 days ago)
- Children:
- 83ff12f
- Parents:
- b5c95da5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/hr/hr.c
rb5c95da5 r177f6ff 321 321 goto fail; 322 322 323 for (i = 0; i < vol_cnt; i++) { 324 rc = hr_remove_volume(vol_svcs[i]); 325 if (rc != EOK) 326 break; 327 } 323 for (i = 0; i < vol_cnt; i++) 324 (void)hr_remove_volume(vol_svcs[i]); 328 325 329 326 fail:
Note:
See TracChangeset
for help on using the changeset viewer.