Rev 1595 | Rev 1693 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1595 | Rev 1669 | ||
|---|---|---|---|
| Line 331... | Line 331... | ||
| 331 | 331 | ||
| 332 | call = ipc_call_alloc(0); |
332 | call = ipc_call_alloc(0); |
| 333 | IPC_SET_METHOD(call->data, method); |
333 | IPC_SET_METHOD(call->data, method); |
| 334 | IPC_SET_ARG1(call->data, arg1); |
334 | IPC_SET_ARG1(call->data, arg1); |
| 335 | IPC_SET_ARG2(call->data, arg2); |
335 | IPC_SET_ARG2(call->data, arg2); |
| - | 336 | IPC_SET_ARG3(call->data, 0); |
|
| 336 | 337 | ||
| 337 | if (!(res=request_preprocess(call))) |
338 | if (!(res=request_preprocess(call))) |
| 338 | ipc_call(phone, call); |
339 | ipc_call(phone, call); |
| 339 | else |
340 | else |
| 340 | ipc_backsend_err(phone, call, res); |
341 | ipc_backsend_err(phone, call, res); |