Rev 3549 | Rev 3742 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3549 | Rev 3602 | ||
---|---|---|---|
Line 463... | Line 463... | ||
463 | */ |
463 | */ |
464 | ipc_answer_0(callid, ELIMIT); |
464 | ipc_answer_0(callid, ELIMIT); |
465 | } |
465 | } |
466 | continue; |
466 | continue; |
467 | } |
467 | } |
- | 468 | int ch; |
|
468 | keybuffer_pop(&conn->keybuffer, (int *) &arg1); |
469 | keybuffer_pop(&conn->keybuffer, &ch); |
- | 470 | arg1 = ch; |
|
469 | break; |
471 | break; |
470 | } |
472 | } |
471 | ipc_answer_2(callid, EOK, arg1, arg2); |
473 | ipc_answer_2(callid, EOK, arg1, arg2); |
472 | } |
474 | } |
473 | } |
475 | } |