Changeset dda2602 in mainline for uspace/srv/sysman/connection_ctl.c
- Timestamp:
- 2019-08-03T09:41:07Z (6 years ago)
- Children:
- dd5c623
- Parents:
- c0e4fc50
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-05-08 11:10:06)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-03 09:41:07)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/connection_ctl.c
rc0e4fc50 rdda2602 78 78 unit_t *unit = configuration_find_unit_by_name(unit_name); 79 79 if (unit == NULL) { 80 sysman_log(LVL_NOTE, "Unit '%s' not found.", unit_name); 80 81 retval = ENOENT; 81 82 goto answer;
Note:
See TracChangeset
for help on using the changeset viewer.