Changeset ca95ccd in mainline for uspace/app/sysinst/sysinst.c


Ignore:
Timestamp:
2024-08-22T20:46:18Z (8 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
9546146
Parents:
cde067e
Message:

Fix file closing, volume config sync.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sysinst/sysinst.c

    rcde067e rca95ccd  
    309309        }
    310310
     311        rc = vol_volumes_sync(volumes);
     312        if (rc != EOK) {
     313                printf("Error saving volume confiuration.\n");
     314                goto error;
     315        }
     316
    311317        printf("Configuring volume server: delete reference\n");
    312318        vol_volume_del_ref(volume);
Note: See TracChangeset for help on using the changeset viewer.