Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ddi/ddi.c

    r473d5d2 rd7533c7  
    224224        task_t *task = task_find_by_id(id);
    225225       
    226         if ((!task) || (!container_check(CONTAINER, task->container))) {
     226        if ((!task) || (!context_check(CONTEXT, task->context))) {
    227227                /*
    228228                 * There is no task with the specified ID
Note: See TracChangeset for help on using the changeset viewer.