Changeset c7b9db03 in mainline


Ignore:
Timestamp:
2019-08-17T13:36:16Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
b895ba3
Parents:
5a88d87
git-author:
Michal Koutný <xm.koutny+hos@…> (2015-12-04 14:06:01)
git-committer:
Matthieu Riolo <matthieu.riolo@…> (2019-08-17 13:36:16)
Message:

sysman: Workaround for graphical applications as services

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/sysman/sm_task.c

    r5a88d87 rc7b9db03  
    189189                }
    190190
    191         }
    192         if (tev->flags & TASK_WAIT_RETVAL) {
     191        } else if (tev->flags & TASK_WAIT_RETVAL) {
    193192                assert(u->state == STATE_STARTING);
    194193                u->state = STATE_STARTED;
Note: See TracChangeset for help on using the changeset viewer.