Changes in kernel/generic/src/ddi/ddi.c [473d5d2:d7533c7] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ddi/ddi.c
r473d5d2 rd7533c7 224 224 task_t *task = task_find_by_id(id); 225 225 226 if ((!task) || (!cont ainer_check(CONTAINER, task->container))) {226 if ((!task) || (!context_check(CONTEXT, task->context))) { 227 227 /* 228 228 * There is no task with the specified ID
Note:
See TracChangeset
for help on using the changeset viewer.