Subversion Repositories HelenOS

Rev

Rev 3153 | Rev 3190 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3153 Rev 3155
Line 432... Line 432...
432
        ipc_phone_hangup(&TASK->phones[phone_id]);
432
        ipc_phone_hangup(&TASK->phones[phone_id]);
433
        task_kill(t->taskid);
433
        task_kill(t->taskid);
434
        return rc;
434
        return rc;
435
    }
435
    }
436
 
436
 
-
 
437
    // FIXME: control the capabilities
-
 
438
    cap_set(t, cap_get(TASK));
-
 
439
 
437
    task_ready(t);
440
    task_ready(t);
438
 
441
 
439
    return EOK;
442
    return EOK;
440
}
443
}
441
 
444