Changeset dba056b in mainline for uspace/srv/sysman/units/unit_svc.c
- Timestamp:
- 2019-08-06T19:23:56Z (6 years ago)
- Children:
- c6d87c10
- Parents:
- 3f05ef7
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-06-20 01:04:31)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-06 19:23:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/units/unit_svc.c
r3f05ef7 rdba056b 100 100 * in a moment. Applies to naming service only. 101 101 */ 102 // TODO this is even hack in the workaround, exposees doesn't work properly 103 if (true || str_cmp(unit->name, "devman.svc") == 0 || 102 if (str_cmp(unit->name, "devman.svc") == 0 || 104 103 str_cmp(unit->name, "logger.svc") == 0 || 105 104 str_cmp(unit->name, "irc.svc") == 0) {
Note:
See TracChangeset
for help on using the changeset viewer.