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