Changeset 9532981 in mainline for uspace/srv/sysman/units/unit_cfg.c
- Timestamp:
- 2019-08-07T09:35:37Z (6 years ago)
- Children:
- db34424
- Parents:
- af92309
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-11-02 23:10:51)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 09:35:37)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/units/unit_cfg.c
raf92309 r9532981 182 182 closedir(dir); 183 183 184 int rc = repo_resolve_ dependecies();184 int rc = repo_resolve_references(); 185 185 if (rc != EOK) { 186 186 repo_rollback();
Note:
See TracChangeset
for help on using the changeset viewer.