Rev 3471 | Rev 3597 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3471 | Rev 3536 | ||
|---|---|---|---|
| Line 98... | Line 98... | ||
| 98 | return; |
98 | return; |
| 99 | } |
99 | } |
| 100 | 100 | ||
| 101 | if (len > sizeof(task_id)) len = sizeof(task_id); |
101 | if (len > sizeof(task_id)) len = sizeof(task_id); |
| 102 | 102 | ||
| 103 | ipc_data_write_finalize(callid, &task_id, len); |
103 | ipc_data_read_finalize(callid, &task_id, len); |
| 104 | ipc_answer_0(rid, EOK); |
104 | ipc_answer_0(rid, EOK); |
| 105 | } |
105 | } |
| 106 | 106 | ||
| 107 | 107 | ||
| 108 | /** Receive a call setting pathname of the program to execute. |
108 | /** Receive a call setting pathname of the program to execute. |